Html Css Color HEX #99286D Dark Purple

📋 copy color: '#99286D'

red 153 ◦ green 40 ◦ blue 109

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

Shades of Dark Purple #99286D

Tints of Dark Purple #99286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 50.66%
G = 13.25%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99286D (or 0x99286D) is known color: Dark Purple. HEX triplet: 99, 28 and 6D. RGB value is (153,40,109). Sum of RGB (Red+Green+Blue) = 153+40+109=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #99286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99286D is #66D792. Grayscale: #515151. Windows color (decimal): -6739859 or 7153817. OLE color: 7153817.

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

Color convert

RGB 153 40 109 -
CMYK 0 0.74 0.29 0.4
HSL 323.36º 0.59% 0.38% -
HSV(B) 323.36º 0.74% 0.6% -
XYZ 16.66 9.39 15.4 -
YUV 81.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 153 40 109 0 0.74 0.29 0.4 323.36 0.59 0.38
Hex 99 28 6D 0 4A 1D 28 143 3B 26
Octal 231 50 155 0 112 35 50 503 73 46
Binary 10011001 101000 1101101 0 1001010 11101 101000 101000011 111011 100110

Color Harmonies of #99286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99286D

Black with #99286D

Text Example


Text Example

White with #99286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99286D; }

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

 H1.HeaderClassName
 {
   color: #99286D;
 }
 .AnyTagClassName
 {
   color: #99286D;
 }
</style>

background-color css

<style>
 a { background-color: #99286D; }

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

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

border-color css

<style>
 span { border-color: #99286D; }

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

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