#9834F9

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

Shades of Blue Violet #9834F9

Tints of Blue Violet #9834F9

Color information

#9834F9 (or 0x9834F9) is unknown color: approx Blue Violet. HEX triplet: 98, 34 and F9. RGB value is (152,52,249). Sum of RGB (Red+Green+Blue) = 152+52+249=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #9834F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9834F9 is #67CB06. Grayscale: #676767. Windows color (decimal): -6802183 or 16331928. OLE color: 16331928.

HSL color Cylindrical-coordinate representation of color #9834F9: hue angle of 270.46º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9834F9 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15252249-
CMYK0.390.7900.02
HSL270.46º94.26%59.02%-
HSV(B)270.46º79.12%97.65%-
XYZ31.2815.9791.06-
YUV104.36209.63161.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.55%
GREEN value IS 52 (20.70% from 255) = 11.48%
BLUE value IS 249 (97.66% from 255) = 54.97%
R=33.55%
G=11.48%
B=54.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal152522490.390.7900.02270.4694.2659.02
Hex9834F9274F0210e5e3b
Octal23064371471170241613673
Binary100110001101001111100110011110011110101000011101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9834F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9834F9; }

 p { color: rgb(152,52,249); }

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

<style>
 a { background-color: #9834F9; }

 a { background-color: rgb(152,52,249); }

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

<style>
 span { border-color: #9834F9; }

 span { border-color: rgb(152,52,249); }

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