Html Css Color HEX #9F58AA Violet Blue

📋 copy color: '#9F58AA'

red 159 ◦ green 88 ◦ blue 170

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

Shades of Violet Blue #9F58AA

Tints of Violet Blue #9F58AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 38.13%
G = 21.1%
B = 40.77%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F58AA (or 0x9F58AA) is known color: Violet Blue. HEX triplet: 9F, 58 and AA. RGB value is (159,88,170). Sum of RGB (Red+Green+Blue) = 159+88+170=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F58AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F58AA is #60A755. Grayscale: #767676. Windows color (decimal): -6334294 or 11163807. OLE color: 11163807.

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

Color convert

RGB 159 88 170 -
CMYK 0.06 0.48 0 0.33
HSL 291.95º 0.33% 0.51% -
HSV(B) 291.95º 0.48% 0.67% -
XYZ 25.04 17.25 40.04 -
YUV 118.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 159 88 170 0.06 0.48 0 0.33 291.95 0.33 0.51
Hex 9F 58 AA 6 30 0 21 124 21 33
Octal 237 130 252 6 60 0 41 444 41 63
Binary 10011111 1011000 10101010 110 110000 0 100001 100100100 100001 110011

Color Harmonies of #9F58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F58AA

Black with #9F58AA

Text Example


Text Example

White with #9F58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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