Html Css Color HEX #992074 Dark Purple

📋 copy color: '#992074'

red 153 ◦ green 32 ◦ blue 116

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

Shades of Dark Purple #992074

Tints of Dark Purple #992074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 50.83%
G = 10.63%
B = 38.54%

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

#992074 (or 0x992074) is known color: Dark Purple. HEX triplet: 99, 20 and 74. RGB value is (153,32,116). Sum of RGB (Red+Green+Blue) = 153+32+116=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #992074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992074 is #66DF8B. Grayscale: #4D4D4D. Windows color (decimal): -6741900 or 7610521. OLE color: 7610521.

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

Color convert

RGB 153 32 116 -
CMYK 0 0.79 0.24 0.4
HSL 318.35º 0.65% 0.36% -
HSV(B) 318.35º 0.79% 0.6% -
XYZ 16.81 9.07 17.39 -
YUV 77.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 153 32 116 0 0.79 0.24 0.4 318.35 0.65 0.36
Hex 99 20 74 0 4F 18 28 13E 41 24
Octal 231 40 164 0 117 30 50 476 101 44
Binary 10011001 100000 1110100 0 1001111 11000 101000 100111110 1000001 100100

Color Harmonies of #992074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992074

Black with #992074

Text Example


Text Example

White with #992074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992074; }

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

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

background-color css

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

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

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

border-color css

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

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

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