#833ad4

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

Shades of Blue Violet #833AD4

Tints of Blue Violet #833AD4

Color information

#833AD4 (or 0x833AD4) is unknown color: approx Blue Violet. HEX triplet: 83, 3A and D4. RGB value is (131,58,212). Sum of RGB (Red+Green+Blue) = 131+58+212=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #833AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833AD4 is #7CC52B. Grayscale: #606060. Windows color (decimal): -8176940 or 13908611. OLE color: 13908611.

HSL color Cylindrical-coordinate representation of color #833AD4: hue angle of 268.44º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833AD4 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13158212-
CMYK0.380.7300.17
HSL268.44º64.17%52.94%-
HSV(B)268.44º72.64%83.14%-
XYZ22.7612.663.52-
YUV97.38192.68151.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 58 (23.05% from 255) = 14.46%
BLUE value IS 212 (83.20% from 255) = 52.87%
R=32.67%
G=14.46%
B=52.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal131582120.380.7300.17268.4464.1752.94
Hex833AD4264901110c4035
Octal203723244611102141410065
Binary100000111110101101010010011010010010100011000011001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833ad4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833ad4; }

 p { color: rgb(131,58,212); }

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

<style>
 a { background-color: #833ad4; }

 a { background-color: rgb(131,58,212); }

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

<style>
 span { border-color: #833ad4; }

 span { border-color: rgb(131,58,212); }

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