#883FFC

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

Shades of Blue Violet #883FFC

Tints of Blue Violet #883FFC

Color information

#883FFC (or 0x883FFC) is unknown color: approx Blue Violet. HEX triplet: 88, 3F and FC. RGB value is (136,63,252). Sum of RGB (Red+Green+Blue) = 136+63+252=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #883FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883FFC is #77C003. Grayscale: #696969. Windows color (decimal): -7847940 or 16531336. OLE color: 16531336.

HSL color Cylindrical-coordinate representation of color #883FFC: hue angle of 263.17º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883FFC is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13663252-
CMYK0.460.7500.01
HSL263.17º96.92%61.76%-
HSV(B)263.17º75%98.82%-
XYZ29.515.8293.59-
YUV106.37210.18149.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.16%
GREEN value IS 63 (25% from 255) = 13.97%
BLUE value IS 252 (98.83% from 255) = 55.88%
R=30.16%
G=13.97%
B=55.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal136632520.460.7500.01263.1796.9261.76
Hex883FFC2E4B01107613e
Octal21077374561130140714176
Binary10001000111111111111001011101001011011000001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,63,252); }

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

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

 a { background-color: rgb(136,63,252); }

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

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

 span { border-color: rgb(136,63,252); }

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