Html Css Color HEX #962873 Dark Purple

📋 copy color: '#962873'

red 150 ◦ green 40 ◦ blue 115

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

Shades of Dark Purple #962873

Tints of Dark Purple #962873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 49.18%
G = 13.11%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#962873 (or 0x962873) is known color: Dark Purple. HEX triplet: 96, 28 and 73. RGB value is (150,40,115). Sum of RGB (Red+Green+Blue) = 150+40+115=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #962873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962873 is #69D78C. Grayscale: #515151. Windows color (decimal): -6936461 or 7547030. OLE color: 7547030.

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

Color convert

RGB 150 40 115 -
CMYK 0 0.73 0.23 0.41
HSL 319.09º 0.58% 0.37% -
HSV(B) 319.09º 0.73% 0.59% -
XYZ 16.43 9.24 17.14 -
YUV 81.44 146.94 176.9 -
System Red Green Blue C M Y K H S L
Decimal 150 40 115 0 0.73 0.23 0.41 319.09 0.58 0.37
Hex 96 28 73 0 49 17 29 13F 3A 25
Octal 226 50 163 0 111 27 51 477 72 45
Binary 10010110 101000 1110011 0 1001001 10111 101001 100111111 111010 100101

Color Harmonies of #962873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962873

Black with #962873

Text Example


Text Example

White with #962873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962873; }

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

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

background-color css

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

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

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

border-color css

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

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

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