#883df2

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

Shades of Blue Violet #883DF2

Tints of Blue Violet #883DF2

Color information

#883DF2 (or 0x883DF2) is unknown color: approx Blue Violet. HEX triplet: 88, 3D and F2. RGB value is (136,61,242). Sum of RGB (Red+Green+Blue) = 136+61+242=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 61 (24.22% from 255 or 13.90% from 439); Blue value is 242 (94.92% from 255 or 55.13% from 439); Max value from RGB is 242 - color contains mainly: blue. Hex color #883DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883DF2 is #77C20D. Grayscale: #676767. Windows color (decimal): -7848462 or 15875464. OLE color: 15875464.

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

Color convert

RGB13661242-
CMYK0.440.7500.05
HSL264.86º87.44%59.41%-
HSV(B)264.86º74.79%94.9%-
XYZ27.8514.9885.43-
YUV104.06205.85150.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.98%
GREEN value IS 61 (24.22% from 255) = 13.90%
BLUE value IS 242 (94.92% from 255) = 55.13%
R=30.98%
G=13.90%
B=55.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136612420.440.7500.05264.8687.4459.41
Hex883DF22C4B05109573b
Octal21075362541130541112773
Binary1000100011110111110010101100100101101011000010011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883df2; }

 p { color: rgb(136,61,242); }

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

<style>
 a { background-color: #883df2; }

 a { background-color: rgb(136,61,242); }

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

<style>
 span { border-color: #883df2; }

 span { border-color: rgb(136,61,242); }

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