Html Css Color HEX #9C53A5 Violet Blue

📋 copy color: '#9C53A5'

red 156 ◦ green 83 ◦ blue 165

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

Shades of Violet Blue #9C53A5

Tints of Violet Blue #9C53A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.84%

R = 38.61%
G = 20.54%
B = 40.84%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9C53A5 (or 0x9C53A5) is known color: Violet Blue. HEX triplet: 9C, 53 and A5. RGB value is (156,83,165). Sum of RGB (Red+Green+Blue) = 156+83+165=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 165 - color contains mainly: blue. Hex color #9C53A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C53A5 is #63AC5A. Grayscale: #717171. Windows color (decimal): -6532187 or 10834844. OLE color: 10834844.

HSL color Cylindrical-coordinate representation of color #9C53A5: hue angle of 293.41º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C53A5 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 156 83 165 -
CMYK 0.05 0.50 0 0.35
HSL 293.41º 0.33% 0.49% -
HSV(B) 293.41º 0.5% 0.65% -
XYZ 23.6 15.97 37.44 -
YUV 114.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 156 83 165 0.05 0.50 0 0.35 293.41 0.33 0.49
Hex 9C 53 A5 5 32 0 23 125 21 31
Octal 234 123 245 5 62 0 43 445 41 61
Binary 10011100 1010011 10100101 101 110010 0 100011 100100101 100001 110001

Color Harmonies of #9C53A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C53A5

Black with #9C53A5

Text Example


Text Example

White with #9C53A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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