Html Css Color HEX #882EDC Blue Violet

📋 copy color: '#882EDC'

red 136 ◦ green 46 ◦ blue 220

#882EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #882EDC

Tints of Blue Violet #882EDC

RGB

 RED value IS 136 (53.52% from 255) = 33.83%

 GREEN value IS 46 (18.36% from 255) = 11.44%

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 33.83%
G = 11.44%
B = 54.73%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#882EDC (or 0x882EDC) is known color: Blue Violet. HEX triplet: 88, 2E and DC. RGB value is (136,46,220). Sum of RGB (Red+Green+Blue) = 136+46+220=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #882EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882EDC is #77D123. Grayscale: #5C5C5C. Windows color (decimal): -7852324 or 14429832. OLE color: 14429832.

HSL color Cylindrical-coordinate representation of color #882EDC: hue angle of 271.03º 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 #882EDC is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 136 46 220 -
CMYK 0.38 0.79 0 0.14
HSL 271.03º 0.71% 0.52% -
HSV(B) 271.03º 0.79% 0.86% -
XYZ 24.05 12.36 68.83 -
YUV 92.75 199.82 158.85 -
System Red Green Blue C M Y K H S L
Decimal 136 46 220 0.38 0.79 0 0.14 271.03 0.71 0.52
Hex 88 2E DC 26 4F 0 E 10F 47 34
Octal 210 56 334 46 117 0 16 417 107 64
Binary 10001000 101110 11011100 100110 1001111 0 1110 100001111 1000111 110100

Color Harmonies of #882EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882EDC

Black with #882EDC

Text Example


Text Example

White with #882EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #882EDC;
 }
 .AnyTagClassName
 {
   color: #882EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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