Html Css Color HEX #99127B Dark Purple

📋 copy color: '#99127B'

red 153 ◦ green 18 ◦ blue 123

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

Shades of Dark Purple #99127B

Tints of Dark Purple #99127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.12%

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

R = 52.04%
G = 6.12%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99127B (or 0x99127B) is known color: Dark Purple. HEX triplet: 99, 12 and 7B. RGB value is (153,18,123). Sum of RGB (Red+Green+Blue) = 153+18+123=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99127B is #66ED84. Grayscale: #464646. Windows color (decimal): -6745477 or 8065689. OLE color: 8065689.

HSL color Cylindrical-coordinate representation of color #99127B: hue angle of 313.33º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99127B is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 18 123 -
CMYK 0 0.88 0.20 0.4
HSL 313.33º 0.79% 0.34% -
HSV(B) 313.33º 0.88% 0.6% -
XYZ 16.93 8.63 19.51 -
YUV 70.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 153 18 123 0 0.88 0.20 0.4 313.33 0.79 0.34
Hex 99 12 7B 0 58 14 28 139 4F 22
Octal 231 22 173 0 130 24 50 471 117 42
Binary 10011001 10010 1111011 0 1011000 10100 101000 100111001 1001111 100010

Color Harmonies of #99127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99127B

Black with #99127B

Text Example


Text Example

White with #99127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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