Html Css Color HEX #992075 Dark Purple

📋 copy color: '#992075'

red 153 ◦ green 32 ◦ blue 117

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

Shades of Dark Purple #992075

Tints of Dark Purple #992075

RGB

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

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

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

R = 50.66%
G = 10.6%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#992075 (or 0x992075) is known color: Dark Purple. HEX triplet: 99, 20 and 75. RGB value is (153,32,117). Sum of RGB (Red+Green+Blue) = 153+32+117=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #992075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992075 is #66DF8A. Grayscale: #4D4D4D. Windows color (decimal): -6741899 or 7676057. OLE color: 7676057.

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

Color convert

RGB 153 32 117 -
CMYK 0 0.79 0.24 0.4
HSL 317.85º 0.65% 0.36% -
HSV(B) 317.85º 0.79% 0.6% -
XYZ 16.86 9.09 17.7 -
YUV 77.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 153 32 117 0 0.79 0.24 0.4 317.85 0.65 0.36
Hex 99 20 75 0 4F 18 28 13E 41 24
Octal 231 40 165 0 117 30 50 476 101 44
Binary 10011001 100000 1110101 0 1001111 11000 101000 100111110 1000001 100100

Color Harmonies of #992075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992075

Black with #992075

Text Example


Text Example

White with #992075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992075; }

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

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

background-color css

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

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

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

border-color css

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

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

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