Html Css Color HEX #99709F Violet Blue

📋 copy color: '#99709F'

red 153 ◦ green 112 ◦ blue 159

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

Shades of Violet Blue #99709F

Tints of Violet Blue #99709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 36.08%
G = 26.42%
B = 37.5%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99709F (or 0x99709F) is known color: Violet Blue. HEX triplet: 99, 70 and 9F. RGB value is (153,112,159). Sum of RGB (Red+Green+Blue) = 153+112+159=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #99709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99709F is #668F60. Grayscale: #818181. Windows color (decimal): -6721377 or 10449049. OLE color: 10449049.

HSL color Cylindrical-coordinate representation of color #99709F: hue angle of 292.34º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99709F is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 112 159 -
CMYK 0.04 0.30 0 0.38
HSL 292.34º 0.2% 0.53% -
HSV(B) 292.34º 0.3% 0.62% -
XYZ 25.19 20.86 35.5 -
YUV 129.62 144.58 144.68 -
System Red Green Blue C M Y K H S L
Decimal 153 112 159 0.04 0.30 0 0.38 292.34 0.2 0.53
Hex 99 70 9F 4 1E 0 26 124 14 35
Octal 231 160 237 4 36 0 46 444 24 65
Binary 10011001 1110000 10011111 100 11110 0 100110 100100100 10100 110101

Color Harmonies of #99709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99709F

Black with #99709F

Text Example


Text Example

White with #99709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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