Html Css Color HEX #99769A Violet Blue

📋 copy color: '#99769A'

red 153 ◦ green 118 ◦ blue 154

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

Shades of Violet Blue #99769A

Tints of Violet Blue #99769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.76%

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 36%
G = 27.76%
B = 36.24%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#99769A (or 0x99769A) is known color: Violet Blue. HEX triplet: 99, 76 and 9A. RGB value is (153,118,154). Sum of RGB (Red+Green+Blue) = 153+118+154=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 154 - color contains mainly: blue. Hex color #99769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99769A is #668965. Grayscale: #848484. Windows color (decimal): -6719846 or 10122905. OLE color: 10122905.

HSL color Cylindrical-coordinate representation of color #99769A: hue angle of 298.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99769A is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 153 118 154 -
CMYK 0.01 0.23 0 0.40
HSL 298.33º 0.15% 0.53% -
HSV(B) 298.33º 0.23% 0.6% -
XYZ 25.45 22.06 33.49 -
YUV 132.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 153 118 154 0.01 0.23 0 0.40 298.33 0.15 0.53
Hex 99 76 9A 1 17 0 28 12A F 35
Octal 231 166 232 1 27 0 50 452 17 65
Binary 10011001 1110110 10011010 1 10111 0 101000 100101010 1111 110101

Color Harmonies of #99769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99769A

Black with #99769A

Text Example


Text Example

White with #99769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99769A; }

 p { color: rgb(153,118,154); }

 H1.HeaderClassName
 {
   color: #99769A;
 }
 .AnyTagClassName
 {
   color: #99769A;
 }
</style>

background-color css

<style>
 a { background-color: #99769A; }

 a { background-color: rgb(153,118,154); }

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

border-color css

<style>
 span { border-color: #99769A; }

 span { border-color: rgb(153,118,154); }

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