Html Css Color HEX #9C5295 Violet Blue

📋 copy color: '#9C5295'

red 156 ◦ green 82 ◦ blue 149

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

Shades of Violet Blue #9C5295

Tints of Violet Blue #9C5295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.19%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 40.31%
G = 21.19%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C5295 (or 0x9C5295) is known color: Violet Blue. HEX triplet: 9C, 52 and 95. RGB value is (156,82,149). Sum of RGB (Red+Green+Blue) = 156+82+149=387 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.31% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5295 is #63AD6A. Grayscale: #6F6F6F. Windows color (decimal): -6532459 or 9786012. OLE color: 9786012.

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

Color convert

RGB 156 82 149 -
CMYK 0 0.47 0.04 0.39
HSL 305.68º 0.31% 0.47% -
HSV(B) 305.68º 0.47% 0.61% -
XYZ 22.15 15.27 30.21 -
YUV 111.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 156 82 149 0 0.47 0.04 0.39 305.68 0.31 0.47
Hex 9C 52 95 0 2F 4 27 132 1F 2F
Octal 234 122 225 0 57 4 47 462 37 57
Binary 10011100 1010010 10010101 0 101111 100 100111 100110010 11111 101111

Color Harmonies of #9C5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5295

Black with #9C5295

Text Example


Text Example

White with #9C5295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,82,149); }

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

background-color css

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

 a { background-color: rgb(156,82,149); }

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

border-color css

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

 span { border-color: rgb(156,82,149); }

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