#8323E6

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

Shades of Blue Violet #8323E6

Tints of Blue Violet #8323E6

Color information

#8323E6 (or 0x8323E6) is unknown color: approx Blue Violet. HEX triplet: 83, 23 and E6. RGB value is (131,35,230). Sum of RGB (Red+Green+Blue) = 131+35+230=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 230 (90.23% from 255 or 58.08% from 396); Max value from RGB is 230 - color contains mainly: blue. Hex color #8323E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8323E6 is #7CDC19. Grayscale: #555555. Windows color (decimal): -8182810 or 15082371. OLE color: 15082371.

HSL color Cylindrical-coordinate representation of color #8323E6: hue angle of 269.54º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8323E6 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13135230-
CMYK0.430.8500.10
HSL269.54º79.59%51.96%-
HSV(B)269.54º84.78%90.2%-
XYZ24.2411.7475.85-
YUV85.93209.3160.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 35 (14.06% from 255) = 8.84%
BLUE value IS 230 (90.23% from 255) = 58.08%
R=33.08%
G=8.84%
B=58.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal131352300.430.8500.10269.5479.5951.96
Hex8323E62B550A10e5034
Octal203433465312501241612064
Binary10000011100011111001101010111010101010101000011101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8323E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8323E6; }

 p { color: rgb(131,35,230); }

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

<style>
 a { background-color: #8323E6; }

 a { background-color: rgb(131,35,230); }

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

<style>
 span { border-color: #8323E6; }

 span { border-color: rgb(131,35,230); }

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