Html Css Color HEX #962871 Dark Purple

📋 copy color: '#962871'

red 150 ◦ green 40 ◦ blue 113

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

Shades of Dark Purple #962871

Tints of Dark Purple #962871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.29%

R = 49.5%
G = 13.2%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#962871 (or 0x962871) is known color: Dark Purple. HEX triplet: 96, 28 and 71. RGB value is (150,40,113). Sum of RGB (Red+Green+Blue) = 150+40+113=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #962871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962871 is #69D78E. Grayscale: #515151. Windows color (decimal): -6936463 or 7415958. OLE color: 7415958.

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

Color convert

RGB 150 40 113 -
CMYK 0 0.73 0.25 0.41
HSL 320.18º 0.58% 0.37% -
HSV(B) 320.18º 0.73% 0.59% -
XYZ 16.32 9.19 16.54 -
YUV 81.21 145.94 177.06 -
System Red Green Blue C M Y K H S L
Decimal 150 40 113 0 0.73 0.25 0.41 320.18 0.58 0.37
Hex 96 28 71 0 49 19 29 140 3A 25
Octal 226 50 161 0 111 31 51 500 72 45
Binary 10010110 101000 1110001 0 1001001 11001 101001 101000000 111010 100101

Color Harmonies of #962871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962871

Black with #962871

Text Example


Text Example

White with #962871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962871; }

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

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

background-color css

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

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

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

border-color css

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

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

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