Html Css Color HEX #962181 Dark Purple

📋 copy color: '#962181'

red 150 ◦ green 33 ◦ blue 129

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

Shades of Dark Purple #962181

Tints of Dark Purple #962181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 48.08%
G = 10.58%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#962181 (or 0x962181) is known color: Dark Purple. HEX triplet: 96, 21 and 81. RGB value is (150,33,129). Sum of RGB (Red+Green+Blue) = 150+33+129=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #962181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962181 is #69DE7E. Grayscale: #4E4E4E. Windows color (decimal): -6938239 or 8462742. OLE color: 8462742.

HSL color Cylindrical-coordinate representation of color #962181: hue angle of 310.77º 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 #962181 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 33 129 -
CMYK 0 0.78 0.14 0.41
HSL 310.77º 0.64% 0.36% -
HSV(B) 310.77º 0.78% 0.59% -
XYZ 17.08 9.16 21.64 -
YUV 78.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 150 33 129 0 0.78 0.14 0.41 310.77 0.64 0.36
Hex 96 21 81 0 4E E 29 137 40 24
Octal 226 41 201 0 116 16 51 467 100 44
Binary 10010110 100001 10000001 0 1001110 1110 101001 100110111 1000000 100100

Color Harmonies of #962181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962181

Black with #962181

Text Example


Text Example

White with #962181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962181; }

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

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

background-color css

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

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

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

border-color css

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

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

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