#833BDC

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

Shades of Blue Violet #833BDC

Tints of Blue Violet #833BDC

Color information

#833BDC (or 0x833BDC) is unknown color: approx Blue Violet. HEX triplet: 83, 3B and DC. RGB value is (131,59,220). Sum of RGB (Red+Green+Blue) = 131+59+220=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #833BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833BDC is #7CC423. Grayscale: #626262. Windows color (decimal): -8176676 or 14433155. OLE color: 14433155.

HSL color Cylindrical-coordinate representation of color #833BDC: hue angle of 266.83º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833BDC is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13159220-
CMYK0.400.7300.14
HSL266.83º69.7%54.71%-
HSV(B)266.83º73.18%86.27%-
XYZ23.8413.1268.99-
YUV98.88196.35150.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 220 (86.33% from 255) = 53.66%
R=31.95%
G=14.39%
B=53.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal131592200.400.7300.14266.8369.754.71
Hex833BDC28490E10b4637
Octal203733345011101641310667
Binary10000011111011110111001010001001001011101000010111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,59,220); }

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

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

 a { background-color: rgb(131,59,220); }

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

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

 span { border-color: rgb(131,59,220); }

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