Html Css Color HEX #992C8E Dark Purple

📋 copy color: '#992C8E'

red 153 ◦ green 44 ◦ blue 142

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

Shades of Dark Purple #992C8E

Tints of Dark Purple #992C8E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.98%

 BLUE value IS 142 (55.86% from 255) = 41.89%

R = 45.13%
G = 12.98%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#992C8E (or 0x992C8E) is known color: Dark Purple. HEX triplet: 99, 2C and 8E. RGB value is (153,44,142). Sum of RGB (Red+Green+Blue) = 153+44+142=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #992C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992C8E is #66D371. Grayscale: #575757. Windows color (decimal): -6738802 or 9317529. OLE color: 9317529.

HSL color Cylindrical-coordinate representation of color #992C8E: hue angle of 306.06º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992C8E is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 44 142 -
CMYK 0 0.71 0.07 0.4
HSL 306.06º 0.55% 0.39% -
HSV(B) 306.06º 0.71% 0.6% -
XYZ 18.92 10.53 26.63 -
YUV 87.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 153 44 142 0 0.71 0.07 0.4 306.06 0.55 0.39
Hex 99 2C 8E 0 47 7 28 132 37 27
Octal 231 54 216 0 107 7 50 462 67 47
Binary 10011001 101100 10001110 0 1000111 111 101000 100110010 110111 100111

Color Harmonies of #992C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992C8E

Black with #992C8E

Text Example


Text Example

White with #992C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992C8E; }

 p { color: rgb(153,44,142); }

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

background-color css

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

 a { background-color: rgb(153,44,142); }

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

border-color css

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

 span { border-color: rgb(153,44,142); }

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