Html Css Color HEX #9D3C95 Violet Blue

📋 copy color: '#9D3C95'

red 157 ◦ green 60 ◦ blue 149

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

Shades of Violet Blue #9D3C95

Tints of Violet Blue #9D3C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.39%

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

R = 42.9%
G = 16.39%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#9D3C95 (or 0x9D3C95) is known color: Violet Blue. HEX triplet: 9D, 3C and 95. RGB value is (157,60,149). Sum of RGB (Red+Green+Blue) = 157+60+149=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3C95 is #62C36A. Grayscale: #626262. Windows color (decimal): -6472555 or 9780381. OLE color: 9780381.

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

Color convert

RGB 157 60 149 -
CMYK 0 0.62 0.05 0.38
HSL 304.95º 0.45% 0.43% -
HSV(B) 304.95º 0.62% 0.62% -
XYZ 20.95 12.57 29.76 -
YUV 99.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 157 60 149 0 0.62 0.05 0.38 304.95 0.45 0.43
Hex 9D 3C 95 0 3E 5 26 131 2D 2B
Octal 235 74 225 0 76 5 46 461 55 53
Binary 10011101 111100 10010101 0 111110 101 100110 100110001 101101 101011

Color Harmonies of #9D3C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3C95

Black with #9D3C95

Text Example


Text Example

White with #9D3C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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