Html Css Color HEX #99739F Violet Blue

📋 copy color: '#99739F'

red 153 ◦ green 115 ◦ blue 159

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

Shades of Violet Blue #99739F

Tints of Violet Blue #99739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.93%

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

R = 35.83%
G = 26.93%
B = 37.24%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#99739F (or 0x99739F) is known color: Violet Blue. HEX triplet: 99, 73 and 9F. RGB value is (153,115,159). Sum of RGB (Red+Green+Blue) = 153+115+159=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #99739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99739F is #668C60. Grayscale: #838383. Windows color (decimal): -6720609 or 10449817. OLE color: 10449817.

HSL color Cylindrical-coordinate representation of color #99739F: hue angle of 291.82º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99739F is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 115 159 -
CMYK 0.04 0.28 0 0.38
HSL 291.82º 0.19% 0.54% -
HSV(B) 291.82º 0.28% 0.62% -
XYZ 25.53 21.54 35.61 -
YUV 131.38 143.59 143.42 -
System Red Green Blue C M Y K H S L
Decimal 153 115 159 0.04 0.28 0 0.38 291.82 0.19 0.54
Hex 99 73 9F 4 1C 0 26 124 13 36
Octal 231 163 237 4 34 0 46 444 23 66
Binary 10011001 1110011 10011111 100 11100 0 100110 100100100 10011 110110

Color Harmonies of #99739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99739F

Black with #99739F

Text Example


Text Example

White with #99739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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