Html Css Color HEX #882CE7 Blue Violet

📋 copy color: '#882CE7'

red 136 ◦ green 44 ◦ blue 231

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

Shades of Blue Violet #882CE7

Tints of Blue Violet #882CE7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

 BLUE value IS 231 (90.63% from 255) = 56.2%

R = 33.09%
G = 10.71%
B = 56.2%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#882CE7 (or 0x882CE7) is known color: Blue Violet. HEX triplet: 88, 2C and E7. RGB value is (136,44,231). Sum of RGB (Red+Green+Blue) = 136+44+231=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #882CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882CE7 is #77D318. Grayscale: #5C5C5C. Windows color (decimal): -7852825 or 15150216. OLE color: 15150216.

HSL color Cylindrical-coordinate representation of color #882CE7: hue angle of 269.52º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882CE7 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 136 44 231 -
CMYK 0.41 0.81 0 0.09
HSL 269.52º 0.8% 0.54% -
HSV(B) 269.52º 0.81% 0.91% -
XYZ 25.48 12.81 76.73 -
YUV 92.83 205.98 158.79 -
System Red Green Blue C M Y K H S L
Decimal 136 44 231 0.41 0.81 0 0.09 269.52 0.8 0.54
Hex 88 2C E7 29 51 0 9 10E 50 36
Octal 210 54 347 51 121 0 11 416 120 66
Binary 10001000 101100 11100111 101001 1010001 0 1001 100001110 1010000 110110

Color Harmonies of #882CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882CE7

Black with #882CE7

Text Example


Text Example

White with #882CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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