#9935F8

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

Shades of Blue Violet #9935F8

Tints of Blue Violet #9935F8

Color information

#9935F8 (or 0x9935F8) is unknown color: approx Blue Violet. HEX triplet: 99, 35 and F8. RGB value is (153,53,248). Sum of RGB (Red+Green+Blue) = 153+53+248=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #9935F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9935F8 is #66CA07. Grayscale: #686868. Windows color (decimal): -6736392 or 16266649. OLE color: 16266649.

HSL color Cylindrical-coordinate representation of color #9935F8: hue angle of 270.77º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9935F8 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB15353248-
CMYK0.380.7900.03
HSL270.77º93.3%59.02%-
HSV(B)270.77º78.63%97.25%-
XYZ31.3516.190.26-
YUV105.13208.63162.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.70%
GREEN value IS 53 (21.09% from 255) = 11.67%
BLUE value IS 248 (97.27% from 255) = 54.63%
R=33.70%
G=11.67%
B=54.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal153532480.380.7900.03270.7793.359.02
Hex9935F8264F0310f5d3b
Octal23165370461170341713573
Binary100110011101011111100010011010011110111000011111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9935F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9935F8; }

 p { color: rgb(153,53,248); }

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

<style>
 a { background-color: #9935F8; }

 a { background-color: rgb(153,53,248); }

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

<style>
 span { border-color: #9935F8; }

 span { border-color: rgb(153,53,248); }

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