Html Css Color HEX #992078 Dark Purple

📋 copy color: '#992078'

red 153 ◦ green 32 ◦ blue 120

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

Shades of Dark Purple #992078

Tints of Dark Purple #992078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.34%

R = 50.16%
G = 10.49%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#992078 (or 0x992078) is known color: Dark Purple. HEX triplet: 99, 20 and 78. RGB value is (153,32,120). Sum of RGB (Red+Green+Blue) = 153+32+120=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #992078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992078 is #66DF87. Grayscale: #4D4D4D. Windows color (decimal): -6741896 or 7872665. OLE color: 7872665.

HSL color Cylindrical-coordinate representation of color #992078: hue angle of 316.36º 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 #992078 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 32 120 -
CMYK 0 0.79 0.22 0.4
HSL 316.36º 0.65% 0.36% -
HSV(B) 316.36º 0.79% 0.6% -
XYZ 17.04 9.16 18.64 -
YUV 78.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 153 32 120 0 0.79 0.22 0.4 316.36 0.65 0.36
Hex 99 20 78 0 4F 16 28 13C 41 24
Octal 231 40 170 0 117 26 50 474 101 44
Binary 10011001 100000 1111000 0 1001111 10110 101000 100111100 1000001 100100

Color Harmonies of #992078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992078

Black with #992078

Text Example


Text Example

White with #992078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992078; }

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

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

background-color css

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

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

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

border-color css

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

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

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