Html Css Color HEX #9D769A Violet Blue

📋 copy color: '#9D769A'

red 157 ◦ green 118 ◦ blue 154

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

Shades of Violet Blue #9D769A

Tints of Violet Blue #9D769A

RGB

 RED value IS 157 (61.72% from 255) = 36.6%

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

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

R = 36.6%
G = 27.51%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9D769A (or 0x9D769A) is known color: Violet Blue. HEX triplet: 9D, 76 and 9A. RGB value is (157,118,154). Sum of RGB (Red+Green+Blue) = 157+118+154=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D769A is #628965. Grayscale: #858585. Windows color (decimal): -6457702 or 10122909. OLE color: 10122909.

HSL color Cylindrical-coordinate representation of color #9D769A: hue angle of 304.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D769A is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 118 154 -
CMYK 0 0.25 0.02 0.38
HSL 304.62º 0.17% 0.54% -
HSV(B) 304.62º 0.25% 0.62% -
XYZ 26.22 22.46 33.52 -
YUV 133.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 157 118 154 0 0.25 0.02 0.38 304.62 0.17 0.54
Hex 9D 76 9A 0 19 2 26 131 11 36
Octal 235 166 232 0 31 2 46 461 21 66
Binary 10011101 1110110 10011010 0 11001 10 100110 100110001 10001 110110

Color Harmonies of #9D769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D769A

Black with #9D769A

Text Example


Text Example

White with #9D769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D769A; }

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

 H1.HeaderClassName
 {
   color: #9D769A;
 }
 .AnyTagClassName
 {
   color: #9D769A;
 }
</style>

background-color css

<style>
 a { background-color: #9D769A; }

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

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

border-color css

<style>
 span { border-color: #9D769A; }

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

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