#823BF1

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

Shades of Blue Violet #823BF1

Tints of Blue Violet #823BF1

Color information

#823BF1 (or 0x823BF1) is unknown color: approx Blue Violet. HEX triplet: 82, 3B and F1. RGB value is (130,59,241). Sum of RGB (Red+Green+Blue) = 130+59+241=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #823BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823BF1 is #7DC40E. Grayscale: #646464. Windows color (decimal): -8242191 or 15809410. OLE color: 15809410.

HSL color Cylindrical-coordinate representation of color #823BF1: hue angle of 263.41º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #823BF1 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13059241-
CMYK0.460.7600.05
HSL263.41º86.67%58.82%-
HSV(B)263.41º75.52%94.51%-
XYZ26.6514.2284.56-
YUV100.98207.02148.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.23%
GREEN value IS 59 (23.44% from 255) = 13.72%
BLUE value IS 241 (94.53% from 255) = 56.05%
R=30.23%
G=13.72%
B=56.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal130592410.460.7600.05263.4186.6758.82
Hex823BF12E4C05107573b
Octal20273361561140540712773
Binary1000001011101111110001101110100110001011000001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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