#882FDC

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

Shades of Blue Violet #882FDC

Tints of Blue Violet #882FDC

Color information

#882FDC (or 0x882FDC) is unknown color: approx Blue Violet. HEX triplet: 88, 2F and DC. RGB value is (136,47,220). Sum of RGB (Red+Green+Blue) = 136+47+220=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #882FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FDC is #77D023. Grayscale: #5C5C5C. Windows color (decimal): -7852068 or 14430088. OLE color: 14430088.

HSL color Cylindrical-coordinate representation of color #882FDC: hue angle of 270.87º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882FDC is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13647220-
CMYK0.380.7900.14
HSL270.87º71.19%52.35%-
HSV(B)270.87º78.64%86.27%-
XYZ24.0912.4368.84-
YUV93.33199.49158.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.75%
GREEN value IS 47 (18.75% from 255) = 11.66%
BLUE value IS 220 (86.33% from 255) = 54.59%
R=33.75%
G=11.66%
B=54.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal136472200.380.7900.14270.8771.1952.35
Hex882FDC264F0E10f4734
Octal210573344611701641710764
Binary10001000101111110111001001101001111011101000011111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,47,220); }

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

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

 a { background-color: rgb(136,47,220); }

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

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

 span { border-color: rgb(136,47,220); }

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