#963ACA

Color #963ACA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #963ACA

Tints of Dark Orchid #963ACA

Color information

#963ACA (or 0x963ACA) is unknown color: approx Dark Orchid. HEX triplet: 96, 3A and CA. RGB value is (150,58,202). Sum of RGB (Red+Green+Blue) = 150+58+202=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #963ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963ACA is #69C535. Grayscale: #656565. Windows color (decimal): -6931766 or 13253270. OLE color: 13253270.

HSL color Cylindrical-coordinate representation of color #963ACA: hue angle of 278.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963ACA is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15058202-
CMYK0.260.7100.21
HSL278.33º57.6%50.98%-
HSV(B)278.33º71.29%79.22%-
XYZ24.7513.7757.23-
YUV101.92184.48162.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 58 (23.05% from 255) = 14.15%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=36.59%
G=14.15%
B=49.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150582020.260.7100.21278.3357.650.98
Hex963ACA1A470151163a33
Octal22672312321070254267263
Binary1001011011101011001010110101000111010101100010110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963ACA; }

 p { color: rgb(150,58,202); }

 H1.HeaderClassName
 {
   color: #963ACA;
 }
 .AnyTagClassName
 {
   color: #963ACA;
 }
</style>
background-color css

<style>
 a { background-color: #963ACA; }

 a { background-color: rgb(150,58,202); }

 div.DivClassName
 {
   background-color: #963ACA;
 }
 .BgClassName
 {
   background-color: #963ACA;
 }
</style>
border-color css

<style>
 span { border-color: #963ACA; }

 span { border-color: rgb(150,58,202); }

 td.TdClassName
 {
   border-color: #963ACA;
 }
 .TagClassName
 {
   border-color: #963ACA;
 }
</style>