Html Css Color HEX #9C5299 Violet Blue

📋 copy color: '#9C5299'

red 156 ◦ green 82 ◦ blue 153

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

Shades of Violet Blue #9C5299

Tints of Violet Blue #9C5299

RGB

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

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

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

R = 39.9%
G = 20.97%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9C5299 (or 0x9C5299) is known color: Violet Blue. HEX triplet: 9C, 52 and 99. RGB value is (156,82,153). Sum of RGB (Red+Green+Blue) = 156+82+153=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5299 is #63AD66. Grayscale: #707070. Windows color (decimal): -6532455 or 10048156. OLE color: 10048156.

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

Color convert

RGB 156 82 153 -
CMYK 0 0.47 0.02 0.39
HSL 302.43º 0.31% 0.47% -
HSV(B) 302.43º 0.47% 0.61% -
XYZ 22.48 15.4 31.93 -
YUV 112.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 156 82 153 0 0.47 0.02 0.39 302.43 0.31 0.47
Hex 9C 52 99 0 2F 2 27 12E 1F 2F
Octal 234 122 231 0 57 2 47 456 37 57
Binary 10011100 1010010 10011001 0 101111 10 100111 100101110 11111 101111

Color Harmonies of #9C5299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5299

Black with #9C5299

Text Example


Text Example

White with #9C5299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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