#833ECF

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

Shades of Blue Violet #833ECF

Tints of Blue Violet #833ECF

Color information

#833ECF (or 0x833ECF) is unknown color: approx Blue Violet. HEX triplet: 83, 3E and CF. RGB value is (131,62,207). Sum of RGB (Red+Green+Blue) = 131+62+207=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #833ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833ECF is #7CC130. Grayscale: #626262. Windows color (decimal): -8175921 or 13581955. OLE color: 13581955.

HSL color Cylindrical-coordinate representation of color #833ECF: hue angle of 268.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #833ECF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13162207-
CMYK0.370.7000.19
HSL268.55º60.17%52.75%-
HSV(B)268.55º70.05%81.18%-
XYZ22.3512.7860.32-
YUV99.16188.86150.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 62 (24.61% from 255) = 15.5%
BLUE value IS 207 (81.25% from 255) = 51.75%
R=32.75%
G=15.5%
B=51.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal131622070.370.7000.19268.5560.1752.75
Hex833ECF254601310d3c35
Octal20376317451060234157465
Binary10000011111110110011111001011000110010011100001101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,62,207); }

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

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

 a { background-color: rgb(131,62,207); }

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

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

 span { border-color: rgb(131,62,207); }

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