Html Css Color HEX #961870 Dark Purple

📋 copy color: '#961870'

red 150 ◦ green 24 ◦ blue 112

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

Shades of Dark Purple #961870

Tints of Dark Purple #961870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 52.45%
G = 8.39%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#961870 (or 0x961870) is known color: Dark Purple. HEX triplet: 96, 18 and 70. RGB value is (150,24,112). Sum of RGB (Red+Green+Blue) = 150+24+112=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #961870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961870 is #69E78F. Grayscale: #474747. Windows color (decimal): -6940560 or 7346326. OLE color: 7346326.

HSL color Cylindrical-coordinate representation of color #961870: hue angle of 318.1º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961870 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 112 -
CMYK 0 0.84 0.25 0.41
HSL 318.1º 0.72% 0.34% -
HSV(B) 318.1º 0.84% 0.59% -
XYZ 15.83 8.31 16.1 -
YUV 71.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 150 24 112 0 0.84 0.25 0.41 318.1 0.72 0.34
Hex 96 18 70 0 54 19 29 13E 48 22
Octal 226 30 160 0 124 31 51 476 110 42
Binary 10010110 11000 1110000 0 1010100 11001 101001 100111110 1001000 100010

Color Harmonies of #961870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961870

Black with #961870

Text Example


Text Example

White with #961870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961870; }

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

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

background-color css

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

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

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

border-color css

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

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

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