Html Css Color HEX #99769B Violet Blue

📋 copy color: '#99769B'

red 153 ◦ green 118 ◦ blue 155

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

Shades of Violet Blue #99769B

Tints of Violet Blue #99769B

RGB

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

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

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

R = 35.92%
G = 27.7%
B = 36.38%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#99769B (or 0x99769B) is known color: Violet Blue. HEX triplet: 99, 76 and 9B. RGB value is (153,118,155). Sum of RGB (Red+Green+Blue) = 153+118+155=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #99769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99769B is #668964. Grayscale: #848484. Windows color (decimal): -6719845 or 10188441. OLE color: 10188441.

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

Color convert

RGB 153 118 155 -
CMYK 0.01 0.24 0 0.39
HSL 296.76º 0.16% 0.54% -
HSV(B) 296.76º 0.24% 0.61% -
XYZ 25.53 22.1 33.93 -
YUV 132.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 153 118 155 0.01 0.24 0 0.39 296.76 0.16 0.54
Hex 99 76 9B 1 18 0 27 129 10 36
Octal 231 166 233 1 30 0 47 451 20 66
Binary 10011001 1110110 10011011 1 11000 0 100111 100101001 10000 110110

Color Harmonies of #99769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99769B

Black with #99769B

Text Example


Text Example

White with #99769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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