Html Css Color HEX #992875 Dark Purple

📋 copy color: '#992875'

red 153 ◦ green 40 ◦ blue 117

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

Shades of Dark Purple #992875

Tints of Dark Purple #992875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 49.35%
G = 12.9%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#992875 (or 0x992875) is known color: Dark Purple. HEX triplet: 99, 28 and 75. RGB value is (153,40,117). Sum of RGB (Red+Green+Blue) = 153+40+117=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #992875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992875 is #66D78A. Grayscale: #525252. Windows color (decimal): -6739851 or 7678105. OLE color: 7678105.

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

Color convert

RGB 153 40 117 -
CMYK 0 0.74 0.24 0.4
HSL 319.12º 0.59% 0.38% -
HSV(B) 319.12º 0.74% 0.6% -
XYZ 17.11 9.57 17.78 -
YUV 82.57 147.44 178.24 -
System Red Green Blue C M Y K H S L
Decimal 153 40 117 0 0.74 0.24 0.4 319.12 0.59 0.38
Hex 99 28 75 0 4A 18 28 13F 3B 26
Octal 231 50 165 0 112 30 50 477 73 46
Binary 10011001 101000 1110101 0 1001010 11000 101000 100111111 111011 100110

Color Harmonies of #992875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992875

Black with #992875

Text Example


Text Example

White with #992875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992875; }

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

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

background-color css

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

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

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

border-color css

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

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

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