Html Css Color HEX #9C55A0 Violet Blue

📋 copy color: '#9C55A0'

red 156 ◦ green 85 ◦ blue 160

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

Shades of Violet Blue #9C55A0

Tints of Violet Blue #9C55A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.2%

 BLUE value IS 160 (62.89% from 255) = 39.9%

R = 38.9%
G = 21.2%
B = 39.9%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9C55A0 (or 0x9C55A0) is known color: Violet Blue. HEX triplet: 9C, 55 and A0. RGB value is (156,85,160). Sum of RGB (Red+Green+Blue) = 156+85+160=401 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.90% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 160 - color contains mainly: blue. Hex color #9C55A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C55A0 is #63AA5F. Grayscale: #727272. Windows color (decimal): -6531680 or 10507676. OLE color: 10507676.

HSL color Cylindrical-coordinate representation of color #9C55A0: hue angle of 296.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C55A0 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 156 85 160 -
CMYK 0.02 0.47 0 0.37
HSL 296.8º 0.31% 0.48% -
HSV(B) 296.8º 0.47% 0.63% -
XYZ 23.3 16.1 35.14 -
YUV 114.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 156 85 160 0.02 0.47 0 0.37 296.8 0.31 0.48
Hex 9C 55 A0 2 2F 0 25 129 1F 30
Octal 234 125 240 2 57 0 45 451 37 60
Binary 10011100 1010101 10100000 10 101111 0 100101 100101001 11111 110000

Color Harmonies of #9C55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C55A0

Black with #9C55A0

Text Example


Text Example

White with #9C55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,85,160); }

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

background-color css

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

 a { background-color: rgb(156,85,160); }

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

border-color css

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

 span { border-color: rgb(156,85,160); }

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