Html Css Color HEX #9F57AC Violet Blue

📋 copy color: '#9F57AC'

red 159 ◦ green 87 ◦ blue 172

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

Shades of Violet Blue #9F57AC

Tints of Violet Blue #9F57AC

RGB

 RED value IS 159 (62.5% from 255) = 38.04%

 GREEN value IS 87 (34.38% from 255) = 20.81%

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

R = 38.04%
G = 20.81%
B = 41.15%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F57AC (or 0x9F57AC) is known color: Violet Blue. HEX triplet: 9F, 57 and AC. RGB value is (159,87,172). Sum of RGB (Red+Green+Blue) = 159+87+172=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F57AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F57AC is #60A853. Grayscale: #757575. Windows color (decimal): -6334548 or 11294623. OLE color: 11294623.

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

Color convert

RGB 159 87 172 -
CMYK 0.08 0.49 0 0.33
HSL 290.82º 0.34% 0.51% -
HSV(B) 290.82º 0.49% 0.67% -
XYZ 25.15 17.17 41.02 -
YUV 118.22 158.35 157.09 -
System Red Green Blue C M Y K H S L
Decimal 159 87 172 0.08 0.49 0 0.33 290.82 0.34 0.51
Hex 9F 57 AC 8 31 0 21 123 22 33
Octal 237 127 254 10 61 0 41 443 42 63
Binary 10011111 1010111 10101100 1000 110001 0 100001 100100011 100010 110011

Color Harmonies of #9F57AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F57AC

Black with #9F57AC

Text Example


Text Example

White with #9F57AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,87,172); }

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

background-color css

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

 a { background-color: rgb(159,87,172); }

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

border-color css

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

 span { border-color: rgb(159,87,172); }

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