Html Css Color HEX #99178B Dark Purple

📋 copy color: '#99178B'

red 153 ◦ green 23 ◦ blue 139

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

Shades of Dark Purple #99178B

Tints of Dark Purple #99178B

RGB

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

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

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

R = 48.57%
G = 7.3%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#99178B (or 0x99178B) is known color: Dark Purple. HEX triplet: 99, 17 and 8B. RGB value is (153,23,139). Sum of RGB (Red+Green+Blue) = 153+23+139=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99178B is #66E874. Grayscale: #4A4A4A. Windows color (decimal): -6744181 or 9115545. OLE color: 9115545.

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

Color convert

RGB 153 23 139 -
CMYK 0 0.85 0.09 0.4
HSL 306.46º 0.74% 0.35% -
HSV(B) 306.46º 0.85% 0.6% -
XYZ 18.1 9.25 25.26 -
YUV 75.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 153 23 139 0 0.85 0.09 0.4 306.46 0.74 0.35
Hex 99 17 8B 0 55 9 28 132 4A 23
Octal 231 27 213 0 125 11 50 462 112 43
Binary 10011001 10111 10001011 0 1010101 1001 101000 100110010 1001010 100011

Color Harmonies of #99178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99178B

Black with #99178B

Text Example


Text Example

White with #99178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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