Html Css Color HEX #961ECC Dark Orchid

📋 copy color: '#961ECC'

red 150 ◦ green 30 ◦ blue 204

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

Shades of Dark Orchid #961ECC

Tints of Dark Orchid #961ECC

RGB

 RED value IS 150 (58.98% from 255) = 39.06%

 GREEN value IS 30 (12.11% from 255) = 7.81%

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 39.06%
G = 7.81%
B = 53.13%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#961ECC (or 0x961ECC) is known color: Dark Orchid. HEX triplet: 96, 1E and CC. RGB value is (150,30,204). Sum of RGB (Red+Green+Blue) = 150+30+204=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #961ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ECC is #69E133. Grayscale: #555555. Windows color (decimal): -6938932 or 13377174. OLE color: 13377174.

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

Color convert

RGB 150 30 204 -
CMYK 0.26 0.85 0 0.2
HSL 281.38º 0.74% 0.46% -
HSV(B) 281.38º 0.85% 0.8% -
XYZ 23.94 11.77 58.14 -
YUV 85.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 150 30 204 0.26 0.85 0 0.2 281.38 0.74 0.46
Hex 96 1E CC 1A 55 0 14 119 4A 2E
Octal 226 36 314 32 125 0 24 431 112 56
Binary 10010110 11110 11001100 11010 1010101 0 10100 100011001 1001010 101110

Color Harmonies of #961ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961ECC

Black with #961ECC

Text Example


Text Example

White with #961ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #961ECC;
 }
 .AnyTagClassName
 {
   color: #961ECC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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