Html Css Color HEX #962186 Dark Purple

📋 copy color: '#962186'

red 150 ◦ green 33 ◦ blue 134

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

Shades of Dark Purple #962186

Tints of Dark Purple #962186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 134 (52.73% from 255) = 42.27%

R = 47.32%
G = 10.41%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#962186 (or 0x962186) is known color: Dark Purple. HEX triplet: 96, 21 and 86. RGB value is (150,33,134). Sum of RGB (Red+Green+Blue) = 150+33+134=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #962186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962186 is #69DE79. Grayscale: #4F4F4F. Windows color (decimal): -6938234 or 8790422. OLE color: 8790422.

HSL color Cylindrical-coordinate representation of color #962186: hue angle of 308.21º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962186 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 134 -
CMYK 0 0.78 0.11 0.41
HSL 308.21º 0.64% 0.36% -
HSV(B) 308.21º 0.78% 0.59% -
XYZ 17.42 9.29 23.43 -
YUV 79.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 150 33 134 0 0.78 0.11 0.41 308.21 0.64 0.36
Hex 96 21 86 0 4E B 29 134 40 24
Octal 226 41 206 0 116 13 51 464 100 44
Binary 10010110 100001 10000110 0 1001110 1011 101001 100110100 1000000 100100

Color Harmonies of #962186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962186

Black with #962186

Text Example


Text Example

White with #962186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962186; }

 p { color: rgb(150,33,134); }

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

background-color css

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

 a { background-color: rgb(150,33,134); }

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

border-color css

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

 span { border-color: rgb(150,33,134); }

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