Html Css Color HEX #962872 Dark Purple

📋 copy color: '#962872'

red 150 ◦ green 40 ◦ blue 114

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

Shades of Dark Purple #962872

Tints of Dark Purple #962872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 49.34%
G = 13.16%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#962872 (or 0x962872) is known color: Dark Purple. HEX triplet: 96, 28 and 72. RGB value is (150,40,114). Sum of RGB (Red+Green+Blue) = 150+40+114=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #962872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962872 is #69D78D. Grayscale: #515151. Windows color (decimal): -6936462 or 7481494. OLE color: 7481494.

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

Color convert

RGB 150 40 114 -
CMYK 0 0.73 0.24 0.41
HSL 319.64º 0.58% 0.37% -
HSV(B) 319.64º 0.73% 0.59% -
XYZ 16.37 9.22 16.84 -
YUV 81.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 150 40 114 0 0.73 0.24 0.41 319.64 0.58 0.37
Hex 96 28 72 0 49 18 29 140 3A 25
Octal 226 50 162 0 111 30 51 500 72 45
Binary 10010110 101000 1110010 0 1001001 11000 101001 101000000 111010 100101

Color Harmonies of #962872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962872

Black with #962872

Text Example


Text Example

White with #962872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962872; }

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

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

background-color css

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

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

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

border-color css

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

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

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