Html Css Color HEX #9D769F Violet Blue

📋 copy color: '#9D769F'

red 157 ◦ green 118 ◦ blue 159

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

Shades of Violet Blue #9D769F

Tints of Violet Blue #9D769F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 36.18%
G = 27.19%
B = 36.64%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D769F (or 0x9D769F) is known color: Violet Blue. HEX triplet: 9D, 76 and 9F. RGB value is (157,118,159). Sum of RGB (Red+Green+Blue) = 157+118+159=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D769F is #628960. Grayscale: #868686. Windows color (decimal): -6457697 or 10450589. OLE color: 10450589.

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

Color convert

RGB 157 118 159 -
CMYK 0.01 0.26 0 0.38
HSL 297.07º 0.18% 0.54% -
HSV(B) 297.07º 0.26% 0.62% -
XYZ 26.64 22.63 35.76 -
YUV 134.34 141.92 144.17 -
System Red Green Blue C M Y K H S L
Decimal 157 118 159 0.01 0.26 0 0.38 297.07 0.18 0.54
Hex 9D 76 9F 1 1A 0 26 129 12 36
Octal 235 166 237 1 32 0 46 451 22 66
Binary 10011101 1110110 10011111 1 11010 0 100110 100101001 10010 110110

Color Harmonies of #9D769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D769F

Black with #9D769F

Text Example


Text Example

White with #9D769F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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