#9826EF

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

Shades of Blue Violet #9826EF

Tints of Blue Violet #9826EF

Color information

#9826EF (or 0x9826EF) is unknown color: approx Blue Violet. HEX triplet: 98, 26 and EF. RGB value is (152,38,239). Sum of RGB (Red+Green+Blue) = 152+38+239=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #9826EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9826EF is #67D910. Grayscale: #5E5E5E. Windows color (decimal): -6805777 or 15672984. OLE color: 15672984.

HSL color Cylindrical-coordinate representation of color #9826EF: hue angle of 274.03º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9826EF is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15238239-
CMYK0.360.8400.06
HSL274.03º86.27%54.31%-
HSV(B)274.03º84.1%93.73%-
XYZ29.2214.2982.88-
YUV95209.27168.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 38 (15.23% from 255) = 8.86%
BLUE value IS 239 (93.75% from 255) = 55.71%
R=35.43%
G=8.86%
B=55.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152382390.360.8400.06274.0386.2754.31
Hex9826EF2454061125636
Octal23046357441240642212666
Binary1001100010011011101111100100101010001101000100101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9826EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9826EF; }

 p { color: rgb(152,38,239); }

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

<style>
 a { background-color: #9826EF; }

 a { background-color: rgb(152,38,239); }

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

<style>
 span { border-color: #9826EF; }

 span { border-color: rgb(152,38,239); }

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