#961BCC

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

Shades of Dark Orchid #961BCC

Tints of Dark Orchid #961BCC

Color information

#961BCC (or 0x961BCC) is unknown color: approx Dark Orchid. HEX triplet: 96, 1B and CC. RGB value is (150,27,204). Sum of RGB (Red+Green+Blue) = 150+27+204=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #961BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BCC is #69E433. Grayscale: #535353. Windows color (decimal): -6939700 or 13376406. OLE color: 13376406.

HSL color Cylindrical-coordinate representation of color #961BCC: hue angle of 281.69º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961BCC is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15027204-
CMYK0.260.8700.2
HSL281.69º76.62%45.29%-
HSV(B)281.69º86.76%80%-
XYZ23.8711.6358.11-
YUV83.96195.75175.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 27 (10.94% from 255) = 7.09%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=39.37%
G=7.09%
B=53.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal150272040.260.8700.2281.6976.6245.29
Hex961BCC1A5701411a4d2d
Octal226333143212702443211555
Binary1001011011011110011001101010101110101001000110101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,27,204); }

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

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

 a { background-color: rgb(150,27,204); }

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

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

 span { border-color: rgb(150,27,204); }

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