#882CFD

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

Shades of Blue Violet #882CFD

Tints of Blue Violet #882CFD

Color information

#882CFD (or 0x882CFD) is unknown color: approx Blue Violet. HEX triplet: 88, 2C and FD. RGB value is (136,44,253). Sum of RGB (Red+Green+Blue) = 136+44+253=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #882CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882CFD is #77D302. Grayscale: #5E5E5E. Windows color (decimal): -7852803 or 16592008. OLE color: 16592008.

HSL color Cylindrical-coordinate representation of color #882CFD: hue angle of 266.41º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #882CFD is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13644253-
CMYK0.460.8300.01
HSL266.41º98.12%58.24%-
HSV(B)266.41º82.61%99.22%-
XYZ28.7814.1394.14-
YUV95.33216.98157.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 44 (17.58% from 255) = 10.16%
BLUE value IS 253 (99.22% from 255) = 58.43%
R=31.41%
G=10.16%
B=58.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal136442530.460.8300.01266.4198.1258.24
Hex882CFD2E530110a623a
Octal21054375561230141214272
Binary10001000101100111111011011101010011011000010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882CFD; }

 p { color: rgb(136,44,253); }

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

<style>
 a { background-color: #882CFD; }

 a { background-color: rgb(136,44,253); }

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

<style>
 span { border-color: #882CFD; }

 span { border-color: rgb(136,44,253); }

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