Html Css Color HEX #9F55AB Violet Blue

📋 copy color: '#9F55AB'

red 159 ◦ green 85 ◦ blue 171

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

Shades of Violet Blue #9F55AB

Tints of Violet Blue #9F55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.48%

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

R = 38.31%
G = 20.48%
B = 41.2%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F55AB (or 0x9F55AB) is known color: Violet Blue. HEX triplet: 9F, 55 and AB. RGB value is (159,85,171). Sum of RGB (Red+Green+Blue) = 159+85+171=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F55AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F55AB is #60AA54. Grayscale: #747474. Windows color (decimal): -6335061 or 11228575. OLE color: 11228575.

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

Color convert

RGB 159 85 171 -
CMYK 0.07 0.50 0 0.33
HSL 291.63º 0.34% 0.5% -
HSV(B) 291.63º 0.5% 0.67% -
XYZ 24.9 16.81 40.46 -
YUV 116.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 159 85 171 0.07 0.50 0 0.33 291.63 0.34 0.5
Hex 9F 55 AB 7 32 0 21 124 22 32
Octal 237 125 253 7 62 0 41 444 42 62
Binary 10011111 1010101 10101011 111 110010 0 100001 100100100 100010 110010

Color Harmonies of #9F55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55AB

Black with #9F55AB

Text Example


Text Example

White with #9F55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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