Html Css Color HEX #962876 Dark Purple

📋 copy color: '#962876'

red 150 ◦ green 40 ◦ blue 118

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

Shades of Dark Purple #962876

Tints of Dark Purple #962876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.99%

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 48.7%
G = 12.99%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#962876 (or 0x962876) is known color: Dark Purple. HEX triplet: 96, 28 and 76. RGB value is (150,40,118). Sum of RGB (Red+Green+Blue) = 150+40+118=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #962876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962876 is #69D789. Grayscale: #515151. Windows color (decimal): -6936458 or 7743638. OLE color: 7743638.

HSL color Cylindrical-coordinate representation of color #962876: hue angle of 317.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962876 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 40 118 -
CMYK 0 0.73 0.21 0.41
HSL 317.45º 0.58% 0.37% -
HSV(B) 317.45º 0.73% 0.59% -
XYZ 16.61 9.31 18.06 -
YUV 81.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 150 40 118 0 0.73 0.21 0.41 317.45 0.58 0.37
Hex 96 28 76 0 49 15 29 13D 3A 25
Octal 226 50 166 0 111 25 51 475 72 45
Binary 10010110 101000 1110110 0 1001001 10101 101001 100111101 111010 100101

Color Harmonies of #962876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962876

Black with #962876

Text Example


Text Example

White with #962876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962876; }

 p { color: rgb(150,40,118); }

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

background-color css

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

 a { background-color: rgb(150,40,118); }

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

border-color css

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

 span { border-color: rgb(150,40,118); }

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