Html Css Color HEX #9C5E96 Violet Blue

📋 copy color: '#9C5E96'

red 156 ◦ green 94 ◦ blue 150

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

Shades of Violet Blue #9C5E96

Tints of Violet Blue #9C5E96

RGB

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

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

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

R = 39%
G = 23.5%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C5E96 (or 0x9C5E96) is known color: Violet Blue. HEX triplet: 9C, 5E and 96. RGB value is (156,94,150). Sum of RGB (Red+Green+Blue) = 156+94+150=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5E96 is #63A169. Grayscale: #767676. Windows color (decimal): -6529386 or 9854620. OLE color: 9854620.

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

Color convert

RGB 156 94 150 -
CMYK 0 0.40 0.04 0.39
HSL 305.81º 0.25% 0.49% -
HSV(B) 305.81º 0.4% 0.61% -
XYZ 23.22 17.28 30.96 -
YUV 118.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 156 94 150 0 0.40 0.04 0.39 305.81 0.25 0.49
Hex 9C 5E 96 0 28 4 27 132 19 31
Octal 234 136 226 0 50 4 47 462 31 61
Binary 10011100 1011110 10010110 0 101000 100 100111 100110010 11001 110001

Color Harmonies of #9C5E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E96

Black with #9C5E96

Text Example


Text Example

White with #9C5E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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