Html Css Color HEX #9C5A96 Violet Blue

📋 copy color: '#9C5A96'

red 156 ◦ green 90 ◦ blue 150

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

Shades of Violet Blue #9C5A96

Tints of Violet Blue #9C5A96

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.73%

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

R = 39.39%
G = 22.73%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C5A96 (or 0x9C5A96) is known color: Violet Blue. HEX triplet: 9C, 5A and 96. RGB value is (156,90,150). Sum of RGB (Red+Green+Blue) = 156+90+150=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5A96 is #63A569. Grayscale: #747474. Windows color (decimal): -6530410 or 9853596. OLE color: 9853596.

HSL color Cylindrical-coordinate representation of color #9C5A96: hue angle of 305.45º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5A96 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 90 150 -
CMYK 0 0.42 0.04 0.39
HSL 305.45º 0.27% 0.48% -
HSV(B) 305.45º 0.42% 0.61% -
XYZ 22.87 16.58 30.85 -
YUV 116.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 156 90 150 0 0.42 0.04 0.39 305.45 0.27 0.48
Hex 9C 5A 96 0 2A 4 27 131 1B 30
Octal 234 132 226 0 52 4 47 461 33 60
Binary 10011100 1011010 10010110 0 101010 100 100111 100110001 11011 110000

Color Harmonies of #9C5A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5A96

Black with #9C5A96

Text Example


Text Example

White with #9C5A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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