#9F4BAA

Color #9F4BAA Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9F4BAA

Tints of Violet Blue #9F4BAA

Color information

#9F4BAA (or 0x9F4BAA) is unknown color: approx Violet Blue. HEX triplet: 9F, 4B and AA. RGB value is (159,75,170). Sum of RGB (Red+Green+Blue) = 159+75+170=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F4BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4BAA is #60B455. Grayscale: #6E6E6E. Windows color (decimal): -6337622 or 11160479. OLE color: 11160479.

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

Color convert

RGB15975170-
CMYK0.060.5600.33
HSL293.05º38.78%48.04%-
HSV(B)293.05º55.88%66.67%-
XYZ24.0715.3139.72-
YUV110.95161.33162.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=39.36%
G=18.56%
B=42.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159751700.060.5600.33293.0538.7848.04
Hex9F4BAA6380211252730
Octal2371132526700414454760
Binary100111111001011101010101101110000100001100100101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F4BAA;
 }
 .AnyTagClassName
 {
   color: #9F4BAA;
 }
</style>
background-color css

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

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

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

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

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

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