Html Css Color HEX #9F58AD Violet Blue

📋 copy color: '#9F58AD'

red 159 ◦ green 88 ◦ blue 173

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

Shades of Violet Blue #9F58AD

Tints of Violet Blue #9F58AD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.95%

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 37.86%
G = 20.95%
B = 41.19%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F58AD (or 0x9F58AD) is known color: Violet Blue. HEX triplet: 9F, 58 and AD. RGB value is (159,88,173). Sum of RGB (Red+Green+Blue) = 159+88+173=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F58AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F58AD is #60A752. Grayscale: #767676. Windows color (decimal): -6334291 or 11360415. OLE color: 11360415.

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

Color convert

RGB 159 88 173 -
CMYK 0.08 0.49 0 0.32
HSL 290.12º 0.34% 0.51% -
HSV(B) 290.12º 0.49% 0.68% -
XYZ 25.33 17.37 41.55 -
YUV 118.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 159 88 173 0.08 0.49 0 0.32 290.12 0.34 0.51
Hex 9F 58 AD 8 31 0 20 122 22 33
Octal 237 130 255 10 61 0 40 442 42 63
Binary 10011111 1011000 10101101 1000 110001 0 100000 100100010 100010 110011

Color Harmonies of #9F58AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F58AD

Black with #9F58AD

Text Example


Text Example

White with #9F58AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,88,173); }

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

background-color css

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

 a { background-color: rgb(159,88,173); }

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

border-color css

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

 span { border-color: rgb(159,88,173); }

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