Html Css Color HEX #9C5399 Violet Blue

📋 copy color: '#9C5399'

red 156 ◦ green 83 ◦ blue 153

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

Shades of Violet Blue #9C5399

Tints of Violet Blue #9C5399

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.17%

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

R = 39.8%
G = 21.17%
B = 39.03%

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

#9C5399 (or 0x9C5399) is known color: Violet Blue. HEX triplet: 9C, 53 and 99. RGB value is (156,83,153). Sum of RGB (Red+Green+Blue) = 156+83+153=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5399 is #63AC66. Grayscale: #707070. Windows color (decimal): -6532199 or 10048412. OLE color: 10048412.

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

Color convert

RGB 156 83 153 -
CMYK 0 0.47 0.02 0.39
HSL 302.47º 0.31% 0.47% -
HSV(B) 302.47º 0.47% 0.61% -
XYZ 22.55 15.55 31.95 -
YUV 112.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 156 83 153 0 0.47 0.02 0.39 302.47 0.31 0.47
Hex 9C 53 99 0 2F 2 27 12E 1F 2F
Octal 234 123 231 0 57 2 47 456 37 57
Binary 10011100 1010011 10011001 0 101111 10 100111 100101110 11111 101111

Color Harmonies of #9C5399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5399

Black with #9C5399

Text Example


Text Example

White with #9C5399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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