#9F42A2

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

Shades of Violet Blue #9F42A2

Tints of Violet Blue #9F42A2

Color information

#9F42A2 (or 0x9F42A2) is unknown color: approx Violet Blue. HEX triplet: 9F, 42 and A2. RGB value is (159,66,162). Sum of RGB (Red+Green+Blue) = 159+66+162=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #9F42A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F42A2 is #60BD5D. Grayscale: #686868. Windows color (decimal): -6339934 or 10633887. OLE color: 10633887.

HSL color Cylindrical-coordinate representation of color #9F42A2: hue angle of 298.12º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F42A2 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15966162-
CMYK0.020.5900.36
HSL298.12º42.11%44.71%-
HSV(B)298.12º59.26%63.53%-
XYZ22.7713.8835.66-
YUV104.75160.31166.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 66 (26.17% from 255) = 17.05%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=41.09%
G=17.05%
B=41.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159661620.020.5900.36298.1242.1144.71
Hex9F42A223B02412a2a2d
Octal2371022422730444525255
Binary10011111100001010100010101110110100100100101010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F42A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,162); }

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

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

 a { background-color: rgb(159,66,162); }

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

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

 span { border-color: rgb(159,66,162); }

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