#9835F6

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

Shades of Blue Violet #9835F6

Tints of Blue Violet #9835F6

Color information

#9835F6 (or 0x9835F6) is unknown color: approx Blue Violet. HEX triplet: 98, 35 and F6. RGB value is (152,53,246). Sum of RGB (Red+Green+Blue) = 152+53+246=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #9835F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9835F6 is #67CA09. Grayscale: #676767. Windows color (decimal): -6801930 or 16135576. OLE color: 16135576.

HSL color Cylindrical-coordinate representation of color #9835F6: hue angle of 270.78º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9835F6 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15253246-
CMYK0.380.7800.04
HSL270.78º91.47%58.63%-
HSV(B)270.78º78.46%96.47%-
XYZ30.8615.8888.63-
YUV104.6207.8161.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 53 (21.09% from 255) = 11.75%
BLUE value IS 246 (96.48% from 255) = 54.55%
R=33.70%
G=11.75%
B=54.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal152532460.380.7800.04270.7891.4758.63
Hex9835F6264E0410f5b3b
Octal23065366461160441713373
Binary1001100011010111110110100110100111001001000011111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9835F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9835F6; }

 p { color: rgb(152,53,246); }

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

<style>
 a { background-color: #9835F6; }

 a { background-color: rgb(152,53,246); }

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

<style>
 span { border-color: #9835F6; }

 span { border-color: rgb(152,53,246); }

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