#823BF8

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

Shades of Blue Violet #823BF8

Tints of Blue Violet #823BF8

Color information

#823BF8 (or 0x823BF8) is unknown color: approx Blue Violet. HEX triplet: 82, 3B and F8. RGB value is (130,59,248). Sum of RGB (Red+Green+Blue) = 130+59+248=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 248 (97.27% from 255 or 56.75% from 437); Max value from RGB is 248 - color contains mainly: blue. Hex color #823BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823BF8 is #7DC407. Grayscale: #656565. Windows color (decimal): -8242184 or 16268162. OLE color: 16268162.

HSL color Cylindrical-coordinate representation of color #823BF8: hue angle of 262.54º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #823BF8 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13059248-
CMYK0.480.7600.03
HSL262.54º93.1%60.2%-
HSV(B)262.54º76.21%97.25%-
XYZ27.7114.6590.17-
YUV101.78210.52148.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 59 (23.44% from 255) = 13.50%
BLUE value IS 248 (97.27% from 255) = 56.75%
R=29.75%
G=13.50%
B=56.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal130592480.480.7600.03262.5493.160.2
Hex823BF8304C031075d3c
Octal20273370601140340713574
Binary100000101110111111100011000010011000111000001111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823BF8; }

 p { color: rgb(130,59,248); }

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

<style>
 a { background-color: #823BF8; }

 a { background-color: rgb(130,59,248); }

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

<style>
 span { border-color: #823BF8; }

 span { border-color: rgb(130,59,248); }

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