Html Css Color HEX #882DE4 Blue Violet

📋 copy color: '#882DE4'

red 136 ◦ green 45 ◦ blue 228

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

Shades of Blue Violet #882DE4

Tints of Blue Violet #882DE4

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11%

 BLUE value IS 228 (89.45% from 255) = 55.75%

R = 33.25%
G = 11%
B = 55.75%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#882DE4 (or 0x882DE4) is known color: Blue Violet. HEX triplet: 88, 2D and E4. RGB value is (136,45,228). Sum of RGB (Red+Green+Blue) = 136+45+228=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #882DE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DE4 is #77D21B. Grayscale: #5C5C5C. Windows color (decimal): -7852572 or 14953864. OLE color: 14953864.

HSL color Cylindrical-coordinate representation of color #882DE4: hue angle of 269.84º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882DE4 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 136 45 228 -
CMYK 0.40 0.80 0 0.11
HSL 269.84º 0.77% 0.54% -
HSV(B) 269.84º 0.8% 0.89% -
XYZ 25.1 12.71 74.53 -
YUV 93.07 204.15 158.62 -
System Red Green Blue C M Y K H S L
Decimal 136 45 228 0.40 0.80 0 0.11 269.84 0.77 0.54
Hex 88 2D E4 28 50 0 B 10E 4D 36
Octal 210 55 344 50 120 0 13 416 115 66
Binary 10001000 101101 11100100 101000 1010000 0 1011 100001110 1001101 110110

Color Harmonies of #882DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882DE4

Black with #882DE4

Text Example


Text Example

White with #882DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,45,228); }

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

background-color css

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

 a { background-color: rgb(136,45,228); }

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

border-color css

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

 span { border-color: rgb(136,45,228); }

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