Html Css Color HEX #9C5C95 Violet Blue

📋 copy color: '#9C5C95'

red 156 ◦ green 92 ◦ blue 149

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

Shades of Violet Blue #9C5C95

Tints of Violet Blue #9C5C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

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

R = 39.29%
G = 23.17%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#9C5C95 (or 0x9C5C95) is known color: Violet Blue. HEX triplet: 9C, 5C and 95. RGB value is (156,92,149). Sum of RGB (Red+Green+Blue) = 156+92+149=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5C95 is #63A36A. Grayscale: #757575. Windows color (decimal): -6529899 or 9788572. OLE color: 9788572.

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

Color convert

RGB 156 92 149 -
CMYK 0 0.41 0.04 0.39
HSL 306.56º 0.26% 0.49% -
HSV(B) 306.56º 0.41% 0.61% -
XYZ 22.96 16.89 30.48 -
YUV 117.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 156 92 149 0 0.41 0.04 0.39 306.56 0.26 0.49
Hex 9C 5C 95 0 29 4 27 133 1A 31
Octal 234 134 225 0 51 4 47 463 32 61
Binary 10011100 1011100 10010101 0 101001 100 100111 100110011 11010 110001

Color Harmonies of #9C5C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5C95

Black with #9C5C95

Text Example


Text Example

White with #9C5C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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