Html Css Color HEX #9E60AC Violet Blue

📋 copy color: '#9E60AC'

red 158 ◦ green 96 ◦ blue 172

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

Shades of Violet Blue #9E60AC

Tints of Violet Blue #9E60AC

RGB

 RED value IS 158 (62.11% from 255) = 37.09%

 GREEN value IS 96 (37.89% from 255) = 22.54%

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 37.09%
G = 22.54%
B = 40.38%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E60AC (or 0x9E60AC) is known color: Violet Blue. HEX triplet: 9E, 60 and AC. RGB value is (158,96,172). Sum of RGB (Red+Green+Blue) = 158+96+172=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E60AC is #619F53. Grayscale: #7A7A7A. Windows color (decimal): -6397780 or 11296926. OLE color: 11296926.

HSL color Cylindrical-coordinate representation of color #9E60AC: hue angle of 288.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E60AC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 96 172 -
CMYK 0.08 0.44 0 0.33
HSL 288.95º 0.31% 0.53% -
HSV(B) 288.95º 0.44% 0.67% -
XYZ 25.73 18.61 41.27 -
YUV 123.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 158 96 172 0.08 0.44 0 0.33 288.95 0.31 0.53
Hex 9E 60 AC 8 2C 0 21 121 1F 35
Octal 236 140 254 10 54 0 41 441 37 65
Binary 10011110 1100000 10101100 1000 101100 0 100001 100100001 11111 110101

Color Harmonies of #9E60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E60AC

Black with #9E60AC

Text Example


Text Example

White with #9E60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,96,172); }

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

background-color css

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

 a { background-color: rgb(158,96,172); }

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

border-color css

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

 span { border-color: rgb(158,96,172); }

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