Html Css Color HEX #882EF7 Blue Violet

📋 copy color: '#882EF7'

red 136 ◦ green 46 ◦ blue 247

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

Shades of Blue Violet #882EF7

Tints of Blue Violet #882EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 57.58%

R = 31.7%
G = 10.72%
B = 57.58%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#882EF7 (or 0x882EF7) is known color: Blue Violet. HEX triplet: 88, 2E and F7. RGB value is (136,46,247). Sum of RGB (Red+Green+Blue) = 136+46+247=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 247 (96.88% from 255 or 57.58% from 429); Max value from RGB is 247 - color contains mainly: blue. Hex color #882EF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882EF7 is #77D108. Grayscale: #5F5F5F. Windows color (decimal): -7852297 or 16199304. OLE color: 16199304.

HSL color Cylindrical-coordinate representation of color #882EF7: hue angle of 266.87º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882EF7 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 136 46 247 -
CMYK 0.45 0.81 0 0.03
HSL 266.87º 0.93% 0.57% -
HSV(B) 266.87º 0.81% 0.97% -
XYZ 27.92 13.9 89.21 -
YUV 95.82 213.32 156.66 -
System Red Green Blue C M Y K H S L
Decimal 136 46 247 0.45 0.81 0 0.03 266.87 0.93 0.57
Hex 88 2E F7 2D 51 0 3 10B 5D 39
Octal 210 56 367 55 121 0 3 413 135 71
Binary 10001000 101110 11110111 101101 1010001 0 11 100001011 1011101 111001

Color Harmonies of #882EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882EF7

Black with #882EF7

Text Example


Text Example

White with #882EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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