#8236F5

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

Shades of Blue Violet #8236F5

Tints of Blue Violet #8236F5

Color information

#8236F5 (or 0x8236F5) is unknown color: approx Blue Violet. HEX triplet: 82, 36 and F5. RGB value is (130,54,245). Sum of RGB (Red+Green+Blue) = 130+54+245=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #8236F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8236F5 is #7DC90A. Grayscale: #616161. Windows color (decimal): -8243467 or 16070274. OLE color: 16070274.

HSL color Cylindrical-coordinate representation of color #8236F5: hue angle of 263.87º 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 #8236F5 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13054245-
CMYK0.470.7800.04
HSL263.87º90.52%58.63%-
HSV(B)263.87º77.96%96.08%-
XYZ27.0113.9887.66-
YUV98.5210.68150.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 54 (21.48% from 255) = 12.59%
BLUE value IS 245 (96.09% from 255) = 57.11%
R=30.30%
G=12.59%
B=57.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal130542450.470.7800.04263.8790.5258.63
Hex8236F52F4E041085b3b
Octal20266365571160441013373
Binary1000001011011011110101101111100111001001000010001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8236F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8236F5; }

 p { color: rgb(130,54,245); }

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

<style>
 a { background-color: #8236F5; }

 a { background-color: rgb(130,54,245); }

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

<style>
 span { border-color: #8236F5; }

 span { border-color: rgb(130,54,245); }

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