#962BCE

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

Shades of Dark Orchid #962BCE

Tints of Dark Orchid #962BCE

Color information

#962BCE (or 0x962BCE) is unknown color: approx Dark Orchid. HEX triplet: 96, 2B and CE. RGB value is (150,43,206). Sum of RGB (Red+Green+Blue) = 150+43+206=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #962BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BCE is #69D431. Grayscale: #5D5D5D. Windows color (decimal): -6935602 or 13511574. OLE color: 13511574.

HSL color Cylindrical-coordinate representation of color #962BCE: hue angle of 279.39º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962BCE is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15043206-
CMYK0.270.7900.19
HSL279.39º65.46%48.82%-
HSV(B)279.39º79.13%80.78%-
XYZ24.5812.6759.54-
YUV93.58191.45168.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 43 (17.19% from 255) = 10.78%
BLUE value IS 206 (80.86% from 255) = 51.63%
R=37.59%
G=10.78%
B=51.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150432060.270.7900.19279.3965.4648.82
Hex962BCE1B4F0131174131
Octal226533163311702342710161
Binary10010110101011110011101101110011110100111000101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,43,206); }

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

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

 a { background-color: rgb(150,43,206); }

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

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

 span { border-color: rgb(150,43,206); }

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