#961CB3

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

Shades of Dark Orchid #961CB3

Tints of Dark Orchid #961CB3

Color information

#961CB3 (or 0x961CB3) is unknown color: approx Dark Orchid. HEX triplet: 96, 1C and B3. RGB value is (150,28,179). Sum of RGB (Red+Green+Blue) = 150+28+179=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #961CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CB3 is #69E34C. Grayscale: #515151. Windows color (decimal): -6939469 or 11738262. OLE color: 11738262.

HSL color Cylindrical-coordinate representation of color #961CB3: hue angle of 288.48º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961CB3 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15028179-
CMYK0.160.8400.30
HSL288.48º72.95%40.59%-
HSV(B)288.48º84.36%70.2%-
XYZ21.1310.5743.57-
YUV81.69182.92176.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 28 (11.33% from 255) = 7.84%
BLUE value IS 179 (70.31% from 255) = 50.14%
R=42.02%
G=7.84%
B=50.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal150281790.160.8400.30288.4872.9540.59
Hex961CB3105401E1204929
Octal226342632012403644011151
Binary1001011011100101100111000010101000111101001000001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961CB3; }

 p { color: rgb(150,28,179); }

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

<style>
 a { background-color: #961CB3; }

 a { background-color: rgb(150,28,179); }

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

<style>
 span { border-color: #961CB3; }

 span { border-color: rgb(150,28,179); }

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