Html Css Color HEX #992370 Dark Purple

📋 copy color: '#992370'

red 153 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #992370

Tints of Dark Purple #992370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 51%
G = 11.67%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#992370 (or 0x992370) is known color: Dark Purple. HEX triplet: 99, 23 and 70. RGB value is (153,35,112). Sum of RGB (Red+Green+Blue) = 153+35+112=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #992370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992370 is #66DC8F. Grayscale: #4E4E4E. Windows color (decimal): -6741136 or 7349145. OLE color: 7349145.

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

Color convert

RGB 153 35 112 -
CMYK 0 0.77 0.27 0.4
HSL 320.85º 0.63% 0.37% -
HSV(B) 320.85º 0.77% 0.6% -
XYZ 16.66 9.14 16.22 -
YUV 79.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 153 35 112 0 0.77 0.27 0.4 320.85 0.63 0.37
Hex 99 23 70 0 4D 1B 28 141 3F 25
Octal 231 43 160 0 115 33 50 501 77 45
Binary 10011001 100011 1110000 0 1001101 11011 101000 101000001 111111 100101

Color Harmonies of #992370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992370

Black with #992370

Text Example


Text Example

White with #992370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992370; }

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

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

background-color css

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

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

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

border-color css

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

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

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