Html Css Color HEX #961BCC Dark Orchid

📋 copy color: '#961BCC'

red 150 ◦ green 27 ◦ blue 204

#961BCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #961BCC

Tints of Dark Orchid #961BCC

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 value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#961BCC (or 0x961BCC) is known color: 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

RGB 150 27 204 -
CMYK 0.26 0.87 0 0.2
HSL 281.69º 0.77% 0.45% -
HSV(B) 281.69º 0.87% 0.8% -
XYZ 23.87 11.63 58.11 -
YUV 83.96 195.75 175.11 -
System Red Green Blue C M Y K H S L
Decimal 150 27 204 0.26 0.87 0 0.2 281.69 0.77 0.45
Hex 96 1B CC 1A 57 0 14 11A 4D 2D
Octal 226 33 314 32 127 0 24 432 115 55
Binary 10010110 11011 11001100 11010 1010111 0 10100 100011010 1001101 101101

Color Harmonies of #961BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961BCC

Black with #961BCC

Text Example


Text Example

White with #961BCC

Text Example


Text Example

HTML Codes & Css Web 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>