Html Css Color HEX #9C5E97 Violet Blue

📋 copy color: '#9C5E97'

red 156 ◦ green 94 ◦ blue 151

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

Shades of Violet Blue #9C5E97

Tints of Violet Blue #9C5E97

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

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

R = 38.9%
G = 23.44%
B = 37.66%

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

#9C5E97 (or 0x9C5E97) is known color: Violet Blue. HEX triplet: 9C, 5E and 97. RGB value is (156,94,151). Sum of RGB (Red+Green+Blue) = 156+94+151=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5E97 is #63A168. Grayscale: #767676. Windows color (decimal): -6529385 or 9920156. OLE color: 9920156.

HSL color Cylindrical-coordinate representation of color #9C5E97: hue angle of 304.84º 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 #9C5E97 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 94 151 -
CMYK 0 0.40 0.03 0.39
HSL 304.84º 0.25% 0.49% -
HSV(B) 304.84º 0.4% 0.61% -
XYZ 23.3 17.31 31.39 -
YUV 119.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 156 94 151 0 0.40 0.03 0.39 304.84 0.25 0.49
Hex 9C 5E 97 0 28 3 27 131 19 31
Octal 234 136 227 0 50 3 47 461 31 61
Binary 10011100 1011110 10010111 0 101000 11 100111 100110001 11001 110001

Color Harmonies of #9C5E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E97

Black with #9C5E97

Text Example


Text Example

White with #9C5E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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