Html Css Color HEX #991978 Dark Purple

📋 copy color: '#991978'

red 153 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #991978

Tints of Dark Purple #991978

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.39%

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

R = 51.34%
G = 8.39%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#991978 (or 0x991978) is known color: Dark Purple. HEX triplet: 99, 19 and 78. RGB value is (153,25,120). Sum of RGB (Red+Green+Blue) = 153+25+120=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 120 (47.27% from 255 or 40.27% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #991978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991978 is #66E687. Grayscale: #494949. Windows color (decimal): -6743688 or 7870873. OLE color: 7870873.

HSL color Cylindrical-coordinate representation of color #991978: hue angle of 315.47º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991978 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 25 120 -
CMYK 0 0.84 0.22 0.4
HSL 315.47º 0.72% 0.35% -
HSV(B) 315.47º 0.84% 0.6% -
XYZ 16.87 8.82 18.58 -
YUV 74.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 153 25 120 0 0.84 0.22 0.4 315.47 0.72 0.35
Hex 99 19 78 0 54 16 28 13B 48 23
Octal 231 31 170 0 124 26 50 473 110 43
Binary 10011001 11001 1111000 0 1010100 10110 101000 100111011 1001000 100011

Color Harmonies of #991978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991978

Black with #991978

Text Example


Text Example

White with #991978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991978; }

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

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

background-color css

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

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

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

border-color css

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

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

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