#9842F2

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

Shades of Blue Violet #9842F2

Tints of Blue Violet #9842F2

Color information

#9842F2 (or 0x9842F2) is unknown color: approx Blue Violet. HEX triplet: 98, 42 and F2. RGB value is (152,66,242). Sum of RGB (Red+Green+Blue) = 152+66+242=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #9842F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9842F2 is #67BD0D. Grayscale: #6F6F6F. Windows color (decimal): -6798606 or 15876760. OLE color: 15876760.

HSL color Cylindrical-coordinate representation of color #9842F2: hue angle of 269.32º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9842F2 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15266242-
CMYK0.370.7300.05
HSL269.32º87.13%60.39%-
HSV(B)269.32º72.73%94.9%-
XYZ30.9216.9885.65-
YUV111.78201.49156.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.04%
GREEN value IS 66 (26.17% from 255) = 14.35%
BLUE value IS 242 (94.92% from 255) = 52.61%
R=33.04%
G=14.35%
B=52.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152662420.370.7300.05269.3287.1360.39
Hex9842F225490510d573c
Octal230102362451110541512774
Binary10011000100001011110010100101100100101011000011011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9842F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9842F2; }

 p { color: rgb(152,66,242); }

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

<style>
 a { background-color: #9842F2; }

 a { background-color: rgb(152,66,242); }

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

<style>
 span { border-color: #9842F2; }

 span { border-color: rgb(152,66,242); }

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