Html Css Color HEX #99749C Violet Blue

📋 copy color: '#99749C'

red 153 ◦ green 116 ◦ blue 156

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

Shades of Violet Blue #99749C

Tints of Violet Blue #99749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 36%
G = 27.29%
B = 36.71%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99749C (or 0x99749C) is known color: Violet Blue. HEX triplet: 99, 74 and 9C. RGB value is (153,116,156). Sum of RGB (Red+Green+Blue) = 153+116+156=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 156 - color contains mainly: blue. Hex color #99749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99749C is #668B63. Grayscale: #838383. Windows color (decimal): -6720356 or 10253465. OLE color: 10253465.

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

Color convert

RGB 153 116 156 -
CMYK 0.02 0.26 0 0.39
HSL 295.5º 0.17% 0.53% -
HSV(B) 295.5º 0.26% 0.61% -
XYZ 25.38 21.66 34.3 -
YUV 131.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 153 116 156 0.02 0.26 0 0.39 295.5 0.17 0.53
Hex 99 74 9C 2 1A 0 27 128 11 35
Octal 231 164 234 2 32 0 47 450 21 65
Binary 10011001 1110100 10011100 10 11010 0 100111 100101000 10001 110101

Color Harmonies of #99749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99749C

Black with #99749C

Text Example


Text Example

White with #99749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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