Html Css Color HEX #962F81 Dark Purple

📋 copy color: '#962F81'

red 150 ◦ green 47 ◦ blue 129

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

Shades of Dark Purple #962F81

Tints of Dark Purple #962F81

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.42%

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

R = 46.01%
G = 14.42%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#962F81 (or 0x962F81) is known color: Dark Purple. HEX triplet: 96, 2F and 81. RGB value is (150,47,129). Sum of RGB (Red+Green+Blue) = 150+47+129=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #962F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962F81 is #69D07E. Grayscale: #565656. Windows color (decimal): -6934655 or 8466326. OLE color: 8466326.

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

Color convert

RGB 150 47 129 -
CMYK 0 0.69 0.14 0.41
HSL 312.23º 0.52% 0.39% -
HSV(B) 312.23º 0.69% 0.59% -
XYZ 17.56 10.1 21.79 -
YUV 87.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 150 47 129 0 0.69 0.14 0.41 312.23 0.52 0.39
Hex 96 2F 81 0 45 E 29 138 34 27
Octal 226 57 201 0 105 16 51 470 64 47
Binary 10010110 101111 10000001 0 1000101 1110 101001 100111000 110100 100111

Color Harmonies of #962F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F81

Black with #962F81

Text Example


Text Example

White with #962F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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