Html Css Color HEX #99287B Dark Purple

📋 copy color: '#99287B'

red 153 ◦ green 40 ◦ blue 123

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

Shades of Dark Purple #99287B

Tints of Dark Purple #99287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 48.42%
G = 12.66%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99287B (or 0x99287B) is known color: Dark Purple. HEX triplet: 99, 28 and 7B. RGB value is (153,40,123). Sum of RGB (Red+Green+Blue) = 153+40+123=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99287B is #66D784. Grayscale: #535353. Windows color (decimal): -6739845 or 8071321. OLE color: 8071321.

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

Color convert

RGB 153 40 123 -
CMYK 0 0.74 0.20 0.4
HSL 315.93º 0.59% 0.38% -
HSV(B) 315.93º 0.74% 0.6% -
XYZ 17.47 9.72 19.69 -
YUV 83.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 153 40 123 0 0.74 0.20 0.4 315.93 0.59 0.38
Hex 99 28 7B 0 4A 14 28 13C 3B 26
Octal 231 50 173 0 112 24 50 474 73 46
Binary 10011001 101000 1111011 0 1001010 10100 101000 100111100 111011 100110

Color Harmonies of #99287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99287B

Black with #99287B

Text Example


Text Example

White with #99287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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