Html Css Color HEX #882AE0 Blue Violet

📋 copy color: '#882AE0'

red 136 ◦ green 42 ◦ blue 224

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

Shades of Blue Violet #882AE0

Tints of Blue Violet #882AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.45%

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 33.83%
G = 10.45%
B = 55.72%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#882AE0 (or 0x882AE0) is known color: Blue Violet. HEX triplet: 88, 2A and E0. RGB value is (136,42,224). Sum of RGB (Red+Green+Blue) = 136+42+224=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #882AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882AE0 is #77D51F. Grayscale: #5A5A5A. Windows color (decimal): -7853344 or 14690952. OLE color: 14690952.

HSL color Cylindrical-coordinate representation of color #882AE0: hue angle of 270.99º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882AE0 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 136 42 224 -
CMYK 0.39 0.81 0 0.12
HSL 270.99º 0.75% 0.52% -
HSV(B) 270.99º 0.81% 0.88% -
XYZ 24.44 12.27 71.6 -
YUV 90.85 203.14 160.2 -
System Red Green Blue C M Y K H S L
Decimal 136 42 224 0.39 0.81 0 0.12 270.99 0.75 0.52
Hex 88 2A E0 27 51 0 C 10F 4B 34
Octal 210 52 340 47 121 0 14 417 113 64
Binary 10001000 101010 11100000 100111 1010001 0 1100 100001111 1001011 110100

Color Harmonies of #882AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882AE0

Black with #882AE0

Text Example


Text Example

White with #882AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,42,224); }

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

background-color css

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

 a { background-color: rgb(136,42,224); }

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

border-color css

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

 span { border-color: rgb(136,42,224); }

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