Html Css Color HEX #9D4D95 Violet Blue

📋 copy color: '#9D4D95'

red 157 ◦ green 77 ◦ blue 149

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

Shades of Violet Blue #9D4D95

Tints of Violet Blue #9D4D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.1%

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

R = 40.99%
G = 20.1%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9D4D95 (or 0x9D4D95) is known color: Violet Blue. HEX triplet: 9D, 4D and 95. RGB value is (157,77,149). Sum of RGB (Red+Green+Blue) = 157+77+149=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4D95 is #62B26A. Grayscale: #6C6C6C. Windows color (decimal): -6468203 or 9784733. OLE color: 9784733.

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

Color convert

RGB 157 77 149 -
CMYK 0 0.51 0.05 0.38
HSL 306º 0.34% 0.46% -
HSV(B) 306º 0.51% 0.62% -
XYZ 21.98 14.65 30.1 -
YUV 109.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 157 77 149 0 0.51 0.05 0.38 306 0.34 0.46
Hex 9D 4D 95 0 33 5 26 132 22 2E
Octal 235 115 225 0 63 5 46 462 42 56
Binary 10011101 1001101 10010101 0 110011 101 100110 100110010 100010 101110

Color Harmonies of #9D4D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D95

Black with #9D4D95

Text Example


Text Example

White with #9D4D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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