Html Css Color HEX #9C5C91 Violet Blue

📋 copy color: '#9C5C91'

red 156 ◦ green 92 ◦ blue 145

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

Shades of Violet Blue #9C5C91

Tints of Violet Blue #9C5C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.9%

R = 39.69%
G = 23.41%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9C5C91 (or 0x9C5C91) is known color: Violet Blue. HEX triplet: 9C, 5C and 91. RGB value is (156,92,145). Sum of RGB (Red+Green+Blue) = 156+92+145=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5C91 is #63A36E. Grayscale: #757575. Windows color (decimal): -6529903 or 9526428. OLE color: 9526428.

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

Color convert

RGB 156 92 145 -
CMYK 0 0.41 0.07 0.39
HSL 310.31º 0.26% 0.49% -
HSV(B) 310.31º 0.41% 0.61% -
XYZ 22.65 16.77 28.83 -
YUV 117.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 156 92 145 0 0.41 0.07 0.39 310.31 0.26 0.49
Hex 9C 5C 91 0 29 7 27 136 1A 31
Octal 234 134 221 0 51 7 47 466 32 61
Binary 10011100 1011100 10010001 0 101001 111 100111 100110110 11010 110001

Color Harmonies of #9C5C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5C91

Black with #9C5C91

Text Example


Text Example

White with #9C5C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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