Html Css Color HEX #99709E Violet Blue

📋 copy color: '#99709E'

red 153 ◦ green 112 ◦ blue 158

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

Shades of Violet Blue #99709E

Tints of Violet Blue #99709E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 158 (62.11% from 255) = 37.35%

R = 36.17%
G = 26.48%
B = 37.35%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99709E (or 0x99709E) is known color: Violet Blue. HEX triplet: 99, 70 and 9E. RGB value is (153,112,158). Sum of RGB (Red+Green+Blue) = 153+112+158=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #99709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99709E is #668F61. Grayscale: #818181. Windows color (decimal): -6721378 or 10383513. OLE color: 10383513.

HSL color Cylindrical-coordinate representation of color #99709E: hue angle of 293.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99709E is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 112 158 -
CMYK 0.03 0.29 0 0.38
HSL 293.48º 0.19% 0.53% -
HSV(B) 293.48º 0.29% 0.62% -
XYZ 25.1 20.83 35.05 -
YUV 129.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 153 112 158 0.03 0.29 0 0.38 293.48 0.19 0.53
Hex 99 70 9E 3 1D 0 26 125 13 35
Octal 231 160 236 3 35 0 46 445 23 65
Binary 10011001 1110000 10011110 11 11101 0 100110 100100101 10011 110101

Color Harmonies of #99709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99709E

Black with #99709E

Text Example


Text Example

White with #99709E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99709E; }

 p { color: rgb(153,112,158); }

 H1.HeaderClassName
 {
   color: #99709E;
 }
 .AnyTagClassName
 {
   color: #99709E;
 }
</style>

background-color css

<style>
 a { background-color: #99709E; }

 a { background-color: rgb(153,112,158); }

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

border-color css

<style>
 span { border-color: #99709E; }

 span { border-color: rgb(153,112,158); }

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