Html Css Color HEX #9D5395 Violet Blue

📋 copy color: '#9D5395'

red 157 ◦ green 83 ◦ blue 149

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

Shades of Violet Blue #9D5395

Tints of Violet Blue #9D5395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.34%

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

R = 40.36%
G = 21.34%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9D5395 (or 0x9D5395) is known color: Violet Blue. HEX triplet: 9D, 53 and 95. RGB value is (157,83,149). Sum of RGB (Red+Green+Blue) = 157+83+149=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5395 is #62AC6A. Grayscale: #707070. Windows color (decimal): -6466667 or 9786269. OLE color: 9786269.

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

Color convert

RGB 157 83 149 -
CMYK 0 0.47 0.05 0.38
HSL 306.49º 0.31% 0.47% -
HSV(B) 306.49º 0.47% 0.62% -
XYZ 22.42 15.52 30.25 -
YUV 112.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 157 83 149 0 0.47 0.05 0.38 306.49 0.31 0.47
Hex 9D 53 95 0 2F 5 26 132 1F 2F
Octal 235 123 225 0 57 5 46 462 37 57
Binary 10011101 1010011 10010101 0 101111 101 100110 100110010 11111 101111

Color Harmonies of #9D5395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5395

Black with #9D5395

Text Example


Text Example

White with #9D5395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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