Html Css Color HEX #99288C Dark Purple

📋 copy color: '#99288C'

red 153 ◦ green 40 ◦ blue 140

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

Shades of Dark Purple #99288C

Tints of Dark Purple #99288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 45.95%
G = 12.01%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99288C (or 0x99288C) is known color: Dark Purple. HEX triplet: 99, 28 and 8C. RGB value is (153,40,140). Sum of RGB (Red+Green+Blue) = 153+40+140=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99288C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99288C is #66D773. Grayscale: #545454. Windows color (decimal): -6739828 or 9185433. OLE color: 9185433.

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

Color convert

RGB 153 40 140 -
CMYK 0 0.74 0.08 0.4
HSL 306.9º 0.59% 0.38% -
HSV(B) 306.9º 0.74% 0.6% -
XYZ 18.63 10.18 25.79 -
YUV 85.19 158.94 176.37 -
System Red Green Blue C M Y K H S L
Decimal 153 40 140 0 0.74 0.08 0.4 306.9 0.59 0.38
Hex 99 28 8C 0 4A 8 28 133 3B 26
Octal 231 50 214 0 112 10 50 463 73 46
Binary 10011001 101000 10001100 0 1001010 1000 101000 100110011 111011 100110

Color Harmonies of #99288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99288C

Black with #99288C

Text Example


Text Example

White with #99288C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99288C; }

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

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

background-color css

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

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

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

border-color css

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

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

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