Html Css Color HEX #992A8F Dark Purple

📋 copy color: '#992A8F'

red 153 ◦ green 42 ◦ blue 143

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

Shades of Dark Purple #992A8F

Tints of Dark Purple #992A8F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.43%

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 45.27%
G = 12.43%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#992A8F (or 0x992A8F) is known color: Dark Purple. HEX triplet: 99, 2A and 8F. RGB value is (153,42,143). Sum of RGB (Red+Green+Blue) = 153+42+143=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #992A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992A8F is #66D570. Grayscale: #565656. Windows color (decimal): -6739313 or 9382553. OLE color: 9382553.

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

Color convert

RGB 153 42 143 -
CMYK 0 0.73 0.07 0.4
HSL 305.41º 0.57% 0.38% -
HSV(B) 305.41º 0.73% 0.6% -
XYZ 18.92 10.41 27 -
YUV 86.7 159.77 175.29 -
System Red Green Blue C M Y K H S L
Decimal 153 42 143 0 0.73 0.07 0.4 305.41 0.57 0.38
Hex 99 2A 8F 0 49 7 28 131 39 26
Octal 231 52 217 0 111 7 50 461 71 46
Binary 10011001 101010 10001111 0 1001001 111 101000 100110001 111001 100110

Color Harmonies of #992A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A8F

Black with #992A8F

Text Example


Text Example

White with #992A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,42,143); }

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

background-color css

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

 a { background-color: rgb(153,42,143); }

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

border-color css

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

 span { border-color: rgb(153,42,143); }

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