Html Css Color HEX #99188B Dark Purple

📋 copy color: '#99188B'

red 153 ◦ green 24 ◦ blue 139

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

Shades of Dark Purple #99188B

Tints of Dark Purple #99188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 48.42%
G = 7.59%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99188B (or 0x99188B) is known color: Dark Purple. HEX triplet: 99, 18 and 8B. RGB value is (153,24,139). Sum of RGB (Red+Green+Blue) = 153+24+139=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99188B is #66E774. Grayscale: #4B4B4B. Windows color (decimal): -6743925 or 9115801. OLE color: 9115801.

HSL color Cylindrical-coordinate representation of color #99188B: hue angle of 306.51º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99188B is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 24 139 -
CMYK 0 0.84 0.09 0.4
HSL 306.51º 0.73% 0.35% -
HSV(B) 306.51º 0.84% 0.6% -
XYZ 18.12 9.29 25.26 -
YUV 75.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 153 24 139 0 0.84 0.09 0.4 306.51 0.73 0.35
Hex 99 18 8B 0 54 9 28 133 49 23
Octal 231 30 213 0 124 11 50 463 111 43
Binary 10011001 11000 10001011 0 1010100 1001 101000 100110011 1001001 100011

Color Harmonies of #99188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99188B

Black with #99188B

Text Example


Text Example

White with #99188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,24,139); }

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

background-color css

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

 a { background-color: rgb(153,24,139); }

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

border-color css

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

 span { border-color: rgb(153,24,139); }

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