Html Css Color HEX #99287E Dark Purple

📋 copy color: '#99287E'

red 153 ◦ green 40 ◦ blue 126

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

Shades of Dark Purple #99287E

Tints of Dark Purple #99287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 47.96%
G = 12.54%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#99287E (or 0x99287E) is known color: Dark Purple. HEX triplet: 99, 28 and 7E. RGB value is (153,40,126). Sum of RGB (Red+Green+Blue) = 153+40+126=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #99287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99287E is #66D781. Grayscale: #535353. Windows color (decimal): -6739842 or 8267929. OLE color: 8267929.

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

Color convert

RGB 153 40 126 -
CMYK 0 0.74 0.18 0.4
HSL 314.34º 0.59% 0.38% -
HSV(B) 314.34º 0.74% 0.6% -
XYZ 17.66 9.8 20.7 -
YUV 83.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 153 40 126 0 0.74 0.18 0.4 314.34 0.59 0.38
Hex 99 28 7E 0 4A 12 28 13A 3B 26
Octal 231 50 176 0 112 22 50 472 73 46
Binary 10011001 101000 1111110 0 1001010 10010 101000 100111010 111011 100110

Color Harmonies of #99287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99287E

Black with #99287E

Text Example


Text Example

White with #99287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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