Html Css Color HEX #9C5BA2 Violet Blue

📋 copy color: '#9C5BA2'

red 156 ◦ green 91 ◦ blue 162

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

Shades of Violet Blue #9C5BA2

Tints of Violet Blue #9C5BA2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.25%

 BLUE value IS 162 (63.67% from 255) = 39.61%

R = 38.14%
G = 22.25%
B = 39.61%

CMYK

 C value IS 0.04

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9C5BA2 (or 0x9C5BA2) is known color: Violet Blue. HEX triplet: 9C, 5B and A2. RGB value is (156,91,162). Sum of RGB (Red+Green+Blue) = 156+91+162=409 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.14% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 162 - color contains mainly: blue. Hex color #9C5BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5BA2 is #63A45D. Grayscale: #767676. Windows color (decimal): -6530142 or 10640284. OLE color: 10640284.

HSL color Cylindrical-coordinate representation of color #9C5BA2: hue angle of 294.93º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5BA2 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 156 91 162 -
CMYK 0.04 0.44 0 0.36
HSL 294.93º 0.28% 0.5% -
HSV(B) 294.93º 0.44% 0.64% -
XYZ 23.97 17.16 36.23 -
YUV 118.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 156 91 162 0.04 0.44 0 0.36 294.93 0.28 0.5
Hex 9C 5B A2 4 2C 0 24 127 1C 32
Octal 234 133 242 4 54 0 44 447 34 62
Binary 10011100 1011011 10100010 100 101100 0 100100 100100111 11100 110010

Color Harmonies of #9C5BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5BA2

Black with #9C5BA2

Text Example


Text Example

White with #9C5BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,91,162); }

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

background-color css

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

 a { background-color: rgb(156,91,162); }

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

border-color css

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

 span { border-color: rgb(156,91,162); }

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