#962ECA

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

Shades of Dark Orchid #962ECA

Tints of Dark Orchid #962ECA

Color information

#962ECA (or 0x962ECA) is unknown color: approx Dark Orchid. HEX triplet: 96, 2E and CA. RGB value is (150,46,202). Sum of RGB (Red+Green+Blue) = 150+46+202=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #962ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ECA is #69D135. Grayscale: #5E5E5E. Windows color (decimal): -6934838 or 13250198. OLE color: 13250198.

HSL color Cylindrical-coordinate representation of color #962ECA: hue angle of 280º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962ECA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15046202-
CMYK0.260.7700.21
HSL280º62.9%48.63%-
HSV(B)280º77.23%79.22%-
XYZ24.2212.757.05-
YUV94.88188.46167.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 46 (18.36% from 255) = 11.56%
BLUE value IS 202 (79.30% from 255) = 50.75%
R=37.69%
G=11.56%
B=50.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150462020.260.7700.2128062.948.63
Hex962ECA1A4D0151183f31
Octal22656312321150254307761
Binary1001011010111011001010110101001101010101100011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962ECA; }

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

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

<style>
 a { background-color: #962ECA; }

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

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

<style>
 span { border-color: #962ECA; }

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

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