Html Css Color HEX #9C5D97 Violet Blue

📋 copy color: '#9C5D97'

red 156 ◦ green 93 ◦ blue 151

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

Shades of Violet Blue #9C5D97

Tints of Violet Blue #9C5D97

RGB

 RED value IS 156 (61.33% from 255) = 39%

 GREEN value IS 93 (36.72% from 255) = 23.25%

 BLUE value IS 151 (59.38% from 255) = 37.75%

R = 39%
G = 23.25%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9C5D97 (or 0x9C5D97) is known color: Violet Blue. HEX triplet: 9C, 5D and 97. RGB value is (156,93,151). Sum of RGB (Red+Green+Blue) = 156+93+151=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5D97 is #63A268. Grayscale: #767676. Windows color (decimal): -6529641 or 9919900. OLE color: 9919900.

HSL color Cylindrical-coordinate representation of color #9C5D97: hue angle of 304.76º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5D97 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 93 151 -
CMYK 0 0.40 0.03 0.39
HSL 304.76º 0.25% 0.49% -
HSV(B) 304.76º 0.4% 0.61% -
XYZ 23.21 17.13 31.36 -
YUV 118.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 156 93 151 0 0.40 0.03 0.39 304.76 0.25 0.49
Hex 9C 5D 97 0 28 3 27 131 19 31
Octal 234 135 227 0 50 3 47 461 31 61
Binary 10011100 1011101 10010111 0 101000 11 100111 100110001 11001 110001

Color Harmonies of #9C5D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5D97

Black with #9C5D97

Text Example


Text Example

White with #9C5D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,93,151); }

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

background-color css

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

 a { background-color: rgb(156,93,151); }

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

border-color css

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

 span { border-color: rgb(156,93,151); }

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