Html Css Color HEX #99749B Violet Blue

📋 copy color: '#99749B'

red 153 ◦ green 116 ◦ blue 155

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

Shades of Violet Blue #99749B

Tints of Violet Blue #99749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.36%

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 36.08%
G = 27.36%
B = 36.56%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99749B (or 0x99749B) is known color: Violet Blue. HEX triplet: 99, 74 and 9B. RGB value is (153,116,155). Sum of RGB (Red+Green+Blue) = 153+116+155=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #99749B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99749B is #668B64. Grayscale: #838383. Windows color (decimal): -6720357 or 10187929. OLE color: 10187929.

HSL color Cylindrical-coordinate representation of color #99749B: hue angle of 296.92º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99749B is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 116 155 -
CMYK 0.01 0.25 0 0.39
HSL 296.92º 0.16% 0.53% -
HSV(B) 296.92º 0.25% 0.61% -
XYZ 25.3 21.63 33.85 -
YUV 131.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 153 116 155 0.01 0.25 0 0.39 296.92 0.16 0.53
Hex 99 74 9B 1 19 0 27 129 10 35
Octal 231 164 233 1 31 0 47 451 20 65
Binary 10011001 1110100 10011011 1 11001 0 100111 100101001 10000 110101

Color Harmonies of #99749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99749B

Black with #99749B

Text Example


Text Example

White with #99749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,116,155); }

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

background-color css

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

 a { background-color: rgb(153,116,155); }

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

border-color css

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

 span { border-color: rgb(153,116,155); }

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