Html Css Color HEX #960F81 Dark Purple

📋 copy color: '#960F81'

red 150 ◦ green 15 ◦ blue 129

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

Shades of Dark Purple #960F81

Tints of Dark Purple #960F81

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.1%

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

R = 51.02%
G = 5.1%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#960F81 (or 0x960F81) is known color: Dark Purple. HEX triplet: 96, 0F and 81. RGB value is (150,15,129). Sum of RGB (Red+Green+Blue) = 150+15+129=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #960F81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960F81 is #69F07E. Grayscale: #444444. Windows color (decimal): -6942847 or 8458134. OLE color: 8458134.

HSL color Cylindrical-coordinate representation of color #960F81: hue angle of 309.33º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #960F81 is Cyan = 0, Magento = 0.9, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 15 129 -
CMYK 0 0.9 0.14 0.41
HSL 309.33º 0.82% 0.32% -
HSV(B) 309.33º 0.9% 0.59% -
XYZ 16.71 8.41 21.51 -
YUV 68.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 150 15 129 0 0.9 0.14 0.41 309.33 0.82 0.32
Hex 96 F 81 0 5A E 29 135 52 20
Octal 226 17 201 0 132 16 51 465 122 40
Binary 10010110 1111 10000001 0 1011010 1110 101001 100110101 1010010 100000

Color Harmonies of #960F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960F81

Black with #960F81

Text Example


Text Example

White with #960F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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