Html Css Color HEX #9C5099 Violet Blue

📋 copy color: '#9C5099'

red 156 ◦ green 80 ◦ blue 153

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

Shades of Violet Blue #9C5099

Tints of Violet Blue #9C5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

 BLUE value IS 153 (60.16% from 255) = 39.33%

R = 40.1%
G = 20.57%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9C5099 (or 0x9C5099) is known color: Violet Blue. HEX triplet: 9C, 50 and 99. RGB value is (156,80,153). Sum of RGB (Red+Green+Blue) = 156+80+153=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5099 is #63AF66. Grayscale: #6E6E6E. Windows color (decimal): -6532967 or 10047644. OLE color: 10047644.

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

Color convert

RGB 156 80 153 -
CMYK 0 0.49 0.02 0.39
HSL 302.37º 0.32% 0.46% -
HSV(B) 302.37º 0.49% 0.61% -
XYZ 22.33 15.11 31.88 -
YUV 111.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 156 80 153 0 0.49 0.02 0.39 302.37 0.32 0.46
Hex 9C 50 99 0 31 2 27 12E 20 2E
Octal 234 120 231 0 61 2 47 456 40 56
Binary 10011100 1010000 10011001 0 110001 10 100111 100101110 100000 101110

Color Harmonies of #9C5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5099

Black with #9C5099

Text Example


Text Example

White with #9C5099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,80,153); }

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

background-color css

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

 a { background-color: rgb(156,80,153); }

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

border-color css

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

 span { border-color: rgb(156,80,153); }

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