#9829F1

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

Shades of Blue Violet #9829F1

Tints of Blue Violet #9829F1

Color information

#9829F1 (or 0x9829F1) is unknown color: approx Blue Violet. HEX triplet: 98, 29 and F1. RGB value is (152,41,241). Sum of RGB (Red+Green+Blue) = 152+41+241=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #9829F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9829F1 is #67D60E. Grayscale: #606060. Windows color (decimal): -6805007 or 15804824. OLE color: 15804824.

HSL color Cylindrical-coordinate representation of color #9829F1: hue angle of 273.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9829F1 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15241241-
CMYK0.370.8300.05
HSL273.3º87.72%55.29%-
HSV(B)273.3º82.99%94.51%-
XYZ29.6214.6184.48-
YUV96.99209.27167.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 41 (16.41% from 255) = 9.45%
BLUE value IS 241 (94.53% from 255) = 55.53%
R=35.02%
G=9.45%
B=55.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152412410.370.8300.05273.387.7255.29
Hex9829F12553051115837
Octal23051361451230542113067
Binary1001100010100111110001100101101001101011000100011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9829F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9829F1; }

 p { color: rgb(152,41,241); }

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

<style>
 a { background-color: #9829F1; }

 a { background-color: rgb(152,41,241); }

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

<style>
 span { border-color: #9829F1; }

 span { border-color: rgb(152,41,241); }

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