#823BEC

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

Shades of Blue Violet #823BEC

Tints of Blue Violet #823BEC

Color information

#823BEC (or 0x823BEC) is unknown color: approx Blue Violet. HEX triplet: 82, 3B and EC. RGB value is (130,59,236). Sum of RGB (Red+Green+Blue) = 130+59+236=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #823BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823BEC is #7DC413. Grayscale: #636363. Windows color (decimal): -8242196 or 15481730. OLE color: 15481730.

HSL color Cylindrical-coordinate representation of color #823BEC: hue angle of 264.07º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #823BEC is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13059236-
CMYK0.450.7500.07
HSL264.07º82.33%57.84%-
HSV(B)264.07º75%92.55%-
XYZ25.9113.9380.68-
YUV100.41204.52149.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 236 (92.58% from 255) = 55.53%
R=30.59%
G=13.88%
B=55.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130592360.450.7500.07264.0782.3357.84
Hex823BEC2D4B07108523a
Octal20273354551130741012272
Binary1000001011101111101100101101100101101111000010001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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