Html Css Color HEX #99288F Dark Purple

📋 copy color: '#99288F'

red 153 ◦ green 40 ◦ blue 143

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

Shades of Dark Purple #99288F

Tints of Dark Purple #99288F

RGB

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

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

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

R = 45.54%
G = 11.9%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99288F (or 0x99288F) is known color: Dark Purple. HEX triplet: 99, 28 and 8F. RGB value is (153,40,143). Sum of RGB (Red+Green+Blue) = 153+40+143=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #99288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99288F is #66D770. Grayscale: #555555. Windows color (decimal): -6739825 or 9382041. OLE color: 9382041.

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

Color convert

RGB 153 40 143 -
CMYK 0 0.74 0.07 0.4
HSL 305.31º 0.59% 0.38% -
HSV(B) 305.31º 0.74% 0.6% -
XYZ 18.85 10.27 26.98 -
YUV 85.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 153 40 143 0 0.74 0.07 0.4 305.31 0.59 0.38
Hex 99 28 8F 0 4A 7 28 131 3B 26
Octal 231 50 217 0 112 7 50 461 73 46
Binary 10011001 101000 10001111 0 1001010 111 101000 100110001 111011 100110

Color Harmonies of #99288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99288F

Black with #99288F

Text Example


Text Example

White with #99288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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