Html Css Color HEX #9D759D Violet Blue

📋 copy color: '#9D759D'

red 157 ◦ green 117 ◦ blue 157

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

Shades of Violet Blue #9D759D

Tints of Violet Blue #9D759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 36.43%
G = 27.15%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D759D (or 0x9D759D) is known color: Violet Blue. HEX triplet: 9D, 75 and 9D. RGB value is (157,117,157). Sum of RGB (Red+Green+Blue) = 157+117+157=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D759D is #628A62. Grayscale: #858585. Windows color (decimal): -6457955 or 10319261. OLE color: 10319261.

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

Color convert

RGB 157 117 157 -
CMYK 0 0.25 0 0.38
HSL 300º 0.17% 0.54% -
HSV(B) 300º 0.25% 0.62% -
XYZ 26.35 22.33 34.82 -
YUV 133.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 157 117 157 0 0.25 0 0.38 300 0.17 0.54
Hex 9D 75 9D 0 19 0 26 12C 11 36
Octal 235 165 235 0 31 0 46 454 21 66
Binary 10011101 1110101 10011101 0 11001 0 100110 100101100 10001 110110

Color Harmonies of #9D759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D759D

Black with #9D759D

Text Example


Text Example

White with #9D759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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