Html Css Color HEX #9F56AB Violet Blue

📋 copy color: '#9F56AB'

red 159 ◦ green 86 ◦ blue 171

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

Shades of Violet Blue #9F56AB

Tints of Violet Blue #9F56AB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.67%

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

R = 38.22%
G = 20.67%
B = 41.11%

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

#9F56AB (or 0x9F56AB) is known color: Violet Blue. HEX triplet: 9F, 56 and AB. RGB value is (159,86,171). Sum of RGB (Red+Green+Blue) = 159+86+171=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F56AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F56AB is #60A954. Grayscale: #757575. Windows color (decimal): -6334805 or 11228831. OLE color: 11228831.

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

Color convert

RGB 159 86 171 -
CMYK 0.07 0.50 0 0.33
HSL 291.53º 0.34% 0.5% -
HSV(B) 291.53º 0.5% 0.67% -
XYZ 24.98 16.97 40.49 -
YUV 117.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 159 86 171 0.07 0.50 0 0.33 291.53 0.34 0.5
Hex 9F 56 AB 7 32 0 21 124 22 32
Octal 237 126 253 7 62 0 41 444 42 62
Binary 10011111 1010110 10101011 111 110010 0 100001 100100100 100010 110010

Color Harmonies of #9F56AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F56AB

Black with #9F56AB

Text Example


Text Example

White with #9F56AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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