Html Css Color HEX #9F58AB Violet Blue

📋 copy color: '#9F58AB'

red 159 ◦ green 88 ◦ blue 171

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

Shades of Violet Blue #9F58AB

Tints of Violet Blue #9F58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 38.04%
G = 21.05%
B = 40.91%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F58AB (or 0x9F58AB) is known color: Violet Blue. HEX triplet: 9F, 58 and AB. RGB value is (159,88,171). Sum of RGB (Red+Green+Blue) = 159+88+171=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F58AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F58AB is #60A754. Grayscale: #767676. Windows color (decimal): -6334293 or 11229343. OLE color: 11229343.

HSL color Cylindrical-coordinate representation of color #9F58AB: hue angle of 291.33º degrees, saturation: 0.33, 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 #9F58AB is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 88 171 -
CMYK 0.07 0.49 0 0.33
HSL 291.33º 0.33% 0.51% -
HSV(B) 291.33º 0.49% 0.67% -
XYZ 25.14 17.29 40.54 -
YUV 118.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 159 88 171 0.07 0.49 0 0.33 291.33 0.33 0.51
Hex 9F 58 AB 7 31 0 21 123 21 33
Octal 237 130 253 7 61 0 41 443 41 63
Binary 10011111 1011000 10101011 111 110001 0 100001 100100011 100001 110011

Color Harmonies of #9F58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F58AB

Black with #9F58AB

Text Example


Text Example

White with #9F58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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