Html Css Color HEX #992070 Dark Purple

📋 copy color: '#992070'

red 153 ◦ green 32 ◦ blue 112

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

Shades of Dark Purple #992070

Tints of Dark Purple #992070

RGB

 RED value IS 153 (60.16% from 255) = 51.52%

 GREEN value IS 32 (12.89% from 255) = 10.77%

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

R = 51.52%
G = 10.77%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#992070 (or 0x992070) is known color: Dark Purple. HEX triplet: 99, 20 and 70. RGB value is (153,32,112). Sum of RGB (Red+Green+Blue) = 153+32+112=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #992070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992070 is #66DF8F. Grayscale: #4D4D4D. Windows color (decimal): -6741904 or 7348377. OLE color: 7348377.

HSL color Cylindrical-coordinate representation of color #992070: hue angle of 320.33º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992070 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 112 -
CMYK 0 0.79 0.27 0.4
HSL 320.33º 0.65% 0.36% -
HSV(B) 320.33º 0.79% 0.6% -
XYZ 16.58 8.98 16.19 -
YUV 77.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 153 32 112 0 0.79 0.27 0.4 320.33 0.65 0.36
Hex 99 20 70 0 4F 1B 28 140 41 24
Octal 231 40 160 0 117 33 50 500 101 44
Binary 10011001 100000 1110000 0 1001111 11011 101000 101000000 1000001 100100

Color Harmonies of #992070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992070

Black with #992070

Text Example


Text Example

White with #992070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992070; }

 p { color: rgb(153,32,112); }

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

background-color css

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

 a { background-color: rgb(153,32,112); }

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

border-color css

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

 span { border-color: rgb(153,32,112); }

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