Html Css Color HEX #9C5A90 Violet Blue

📋 copy color: '#9C5A90'

red 156 ◦ green 90 ◦ blue 144

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

Shades of Violet Blue #9C5A90

Tints of Violet Blue #9C5A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.92%

R = 40%
G = 23.08%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C5A90 (or 0x9C5A90) is known color: Violet Blue. HEX triplet: 9C, 5A and 90. RGB value is (156,90,144). Sum of RGB (Red+Green+Blue) = 156+90+144=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5A90 is #63A56F. Grayscale: #737373. Windows color (decimal): -6530416 or 9460380. OLE color: 9460380.

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

Color convert

RGB 156 90 144 -
CMYK 0 0.42 0.08 0.39
HSL 310.91º 0.27% 0.48% -
HSV(B) 310.91º 0.42% 0.61% -
XYZ 22.4 16.39 28.37 -
YUV 115.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 156 90 144 0 0.42 0.08 0.39 310.91 0.27 0.48
Hex 9C 5A 90 0 2A 8 27 137 1B 30
Octal 234 132 220 0 52 10 47 467 33 60
Binary 10011100 1011010 10010000 0 101010 1000 100111 100110111 11011 110000

Color Harmonies of #9C5A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5A90

Black with #9C5A90

Text Example


Text Example

White with #9C5A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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