Html Css Color HEX #992878 Dark Purple

📋 copy color: '#992878'

red 153 ◦ green 40 ◦ blue 120

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

Shades of Dark Purple #992878

Tints of Dark Purple #992878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.78%

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

R = 48.88%
G = 12.78%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#992878 (or 0x992878) is known color: Dark Purple. HEX triplet: 99, 28 and 78. RGB value is (153,40,120). Sum of RGB (Red+Green+Blue) = 153+40+120=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #992878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992878 is #66D787. Grayscale: #525252. Windows color (decimal): -6739848 or 7874713. OLE color: 7874713.

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

Color convert

RGB 153 40 120 -
CMYK 0 0.74 0.22 0.4
HSL 317.52º 0.59% 0.38% -
HSV(B) 317.52º 0.74% 0.6% -
XYZ 17.29 9.65 18.72 -
YUV 82.91 148.94 178 -
System Red Green Blue C M Y K H S L
Decimal 153 40 120 0 0.74 0.22 0.4 317.52 0.59 0.38
Hex 99 28 78 0 4A 16 28 13E 3B 26
Octal 231 50 170 0 112 26 50 476 73 46
Binary 10011001 101000 1111000 0 1001010 10110 101000 100111110 111011 100110

Color Harmonies of #992878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992878

Black with #992878

Text Example


Text Example

White with #992878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992878; }

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

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

background-color css

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

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

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

border-color css

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

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

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