Html Css Color HEX #962F77 Dark Purple

📋 copy color: '#962F77'

red 150 ◦ green 47 ◦ blue 119

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

Shades of Dark Purple #962F77

Tints of Dark Purple #962F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 47.47%
G = 14.87%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#962F77 (or 0x962F77) is known color: Dark Purple. HEX triplet: 96, 2F and 77. RGB value is (150,47,119). Sum of RGB (Red+Green+Blue) = 150+47+119=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #962F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F77 is #69D088. Grayscale: #555555. Windows color (decimal): -6934665 or 7810966. OLE color: 7810966.

HSL color Cylindrical-coordinate representation of color #962F77: hue angle of 318.06º 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 #962F77 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 47 119 -
CMYK 0 0.69 0.21 0.41
HSL 318.06º 0.52% 0.39% -
HSV(B) 318.06º 0.69% 0.59% -
XYZ 16.92 9.85 18.46 -
YUV 86.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 150 47 119 0 0.69 0.21 0.41 318.06 0.52 0.39
Hex 96 2F 77 0 45 15 29 13E 34 27
Octal 226 57 167 0 105 25 51 476 64 47
Binary 10010110 101111 1110111 0 1000101 10101 101001 100111110 110100 100111

Color Harmonies of #962F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F77

Black with #962F77

Text Example


Text Example

White with #962F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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