Html Css Color HEX #9D759C Violet Blue

📋 copy color: '#9D759C'

red 157 ◦ green 117 ◦ blue 156

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

Shades of Violet Blue #9D759C

Tints of Violet Blue #9D759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 36.51%
G = 27.21%
B = 36.28%

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

#9D759C (or 0x9D759C) is known color: Violet Blue. HEX triplet: 9D, 75 and 9C. RGB value is (157,117,156). Sum of RGB (Red+Green+Blue) = 157+117+156=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D759C is #628A63. Grayscale: #858585. Windows color (decimal): -6457956 or 10253725. OLE color: 10253725.

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

Color convert

RGB 157 117 156 -
CMYK 0 0.25 0.01 0.38
HSL 301.5º 0.17% 0.54% -
HSV(B) 301.5º 0.25% 0.62% -
XYZ 26.27 22.29 34.37 -
YUV 133.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 157 117 156 0 0.25 0.01 0.38 301.5 0.17 0.54
Hex 9D 75 9C 0 19 1 26 12E 11 36
Octal 235 165 234 0 31 1 46 456 21 66
Binary 10011101 1110101 10011100 0 11001 1 100110 100101110 10001 110110

Color Harmonies of #9D759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D759C

Black with #9D759C

Text Example


Text Example

White with #9D759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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