Html Css Color HEX #9D759B Violet Blue

📋 copy color: '#9D759B'

red 157 ◦ green 117 ◦ blue 155

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

Shades of Violet Blue #9D759B

Tints of Violet Blue #9D759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.27%

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

R = 36.6%
G = 27.27%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D759B (or 0x9D759B) is known color: Violet Blue. HEX triplet: 9D, 75 and 9B. RGB value is (157,117,155). Sum of RGB (Red+Green+Blue) = 157+117+155=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D759B is #628A64. Grayscale: #858585. Windows color (decimal): -6457957 or 10188189. OLE color: 10188189.

HSL color Cylindrical-coordinate representation of color #9D759B: hue angle of 303º 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 #9D759B is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 117 155 -
CMYK 0 0.25 0.01 0.38
HSL 303º 0.17% 0.54% -
HSV(B) 303º 0.25% 0.62% -
XYZ 26.18 22.26 33.93 -
YUV 133.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 157 117 155 0 0.25 0.01 0.38 303 0.17 0.54
Hex 9D 75 9B 0 19 1 26 12F 11 36
Octal 235 165 233 0 31 1 46 457 21 66
Binary 10011101 1110101 10011011 0 11001 1 100110 100101111 10001 110110

Color Harmonies of #9D759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D759B

Black with #9D759B

Text Example


Text Example

White with #9D759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,155); }

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

background-color css

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

 a { background-color: rgb(157,117,155); }

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

border-color css

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

 span { border-color: rgb(157,117,155); }

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