Html Css Color HEX #9D4C96 Violet Blue

📋 copy color: '#9D4C96'

red 157 ◦ green 76 ◦ blue 150

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

Shades of Violet Blue #9D4C96

Tints of Violet Blue #9D4C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 40.99%
G = 19.84%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D4C96 (or 0x9D4C96) is known color: Violet Blue. HEX triplet: 9D, 4C and 96. RGB value is (157,76,150). Sum of RGB (Red+Green+Blue) = 157+76+150=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4C96 is #62B369. Grayscale: #6C6C6C. Windows color (decimal): -6468458 or 9850013. OLE color: 9850013.

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

Color convert

RGB 157 76 150 -
CMYK 0 0.52 0.04 0.38
HSL 305.19º 0.35% 0.46% -
HSV(B) 305.19º 0.52% 0.62% -
XYZ 21.99 14.54 30.5 -
YUV 108.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 157 76 150 0 0.52 0.04 0.38 305.19 0.35 0.46
Hex 9D 4C 96 0 34 4 26 131 23 2E
Octal 235 114 226 0 64 4 46 461 43 56
Binary 10011101 1001100 10010110 0 110100 100 100110 100110001 100011 101110

Color Harmonies of #9D4C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4C96

Black with #9D4C96

Text Example


Text Example

White with #9D4C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,76,150); }

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

background-color css

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

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

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

border-color css

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

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

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