Html Css Color HEX #9D5195 Violet Blue

📋 copy color: '#9D5195'

red 157 ◦ green 81 ◦ blue 149

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

Shades of Violet Blue #9D5195

Tints of Violet Blue #9D5195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 40.57%
G = 20.93%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9D5195 (or 0x9D5195) is known color: Violet Blue. HEX triplet: 9D, 51 and 95. RGB value is (157,81,149). Sum of RGB (Red+Green+Blue) = 157+81+149=387 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.57% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5195 is #62AE6A. Grayscale: #6F6F6F. Windows color (decimal): -6467179 or 9785757. OLE color: 9785757.

HSL color Cylindrical-coordinate representation of color #9D5195: hue angle of 306.32º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D5195 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 81 149 -
CMYK 0 0.48 0.05 0.38
HSL 306.32º 0.32% 0.47% -
HSV(B) 306.32º 0.48% 0.62% -
XYZ 22.27 15.22 30.2 -
YUV 111.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 157 81 149 0 0.48 0.05 0.38 306.32 0.32 0.47
Hex 9D 51 95 0 30 5 26 132 20 2F
Octal 235 121 225 0 60 5 46 462 40 57
Binary 10011101 1010001 10010101 0 110000 101 100110 100110010 100000 101111

Color Harmonies of #9D5195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5195

Black with #9D5195

Text Example


Text Example

White with #9D5195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,81,149); }

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

background-color css

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

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

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

border-color css

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

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

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