Html Css Color HEX #99178A Dark Purple

📋 copy color: '#99178A'

red 153 ◦ green 23 ◦ blue 138

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

Shades of Dark Purple #99178A

Tints of Dark Purple #99178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.32%

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 48.73%
G = 7.32%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#99178A (or 0x99178A) is known color: Dark Purple. HEX triplet: 99, 17 and 8A. RGB value is (153,23,138). Sum of RGB (Red+Green+Blue) = 153+23+138=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99178A is #66E875. Grayscale: #4A4A4A. Windows color (decimal): -6744182 or 9050009. OLE color: 9050009.

HSL color Cylindrical-coordinate representation of color #99178A: hue angle of 306.92º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99178A is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 23 138 -
CMYK 0 0.85 0.10 0.4
HSL 306.92º 0.74% 0.35% -
HSV(B) 306.92º 0.85% 0.6% -
XYZ 18.03 9.22 24.87 -
YUV 74.98 163.57 183.65 -
System Red Green Blue C M Y K H S L
Decimal 153 23 138 0 0.85 0.10 0.4 306.92 0.74 0.35
Hex 99 17 8A 0 55 A 28 133 4A 23
Octal 231 27 212 0 125 12 50 463 112 43
Binary 10011001 10111 10001010 0 1010101 1010 101000 100110011 1001010 100011

Color Harmonies of #99178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99178A

Black with #99178A

Text Example


Text Example

White with #99178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99178A; }

 p { color: rgb(153,23,138); }

 H1.HeaderClassName
 {
   color: #99178A;
 }
 .AnyTagClassName
 {
   color: #99178A;
 }
</style>

background-color css

<style>
 a { background-color: #99178A; }

 a { background-color: rgb(153,23,138); }

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

border-color css

<style>
 span { border-color: #99178A; }

 span { border-color: rgb(153,23,138); }

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