Html Css Color HEX #962870 Dark Purple

📋 copy color: '#962870'

red 150 ◦ green 40 ◦ blue 112

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

Shades of Dark Purple #962870

Tints of Dark Purple #962870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 49.67%
G = 13.25%
B = 37.09%

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

#962870 (or 0x962870) is known color: Dark Purple. HEX triplet: 96, 28 and 70. RGB value is (150,40,112). Sum of RGB (Red+Green+Blue) = 150+40+112=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #962870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962870 is #69D78F. Grayscale: #505050. Windows color (decimal): -6936464 or 7350422. OLE color: 7350422.

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

Color convert

RGB 150 40 112 -
CMYK 0 0.73 0.25 0.41
HSL 320.73º 0.58% 0.37% -
HSV(B) 320.73º 0.73% 0.59% -
XYZ 16.26 9.17 16.24 -
YUV 81.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 150 40 112 0 0.73 0.25 0.41 320.73 0.58 0.37
Hex 96 28 70 0 49 19 29 141 3A 25
Octal 226 50 160 0 111 31 51 501 72 45
Binary 10010110 101000 1110000 0 1001001 11001 101001 101000001 111010 100101

Color Harmonies of #962870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962870

Black with #962870

Text Example


Text Example

White with #962870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962870; }

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

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

background-color css

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

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

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

border-color css

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

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

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