Html Css Color HEX #882EF1 Blue Violet

📋 copy color: '#882EF1'

red 136 ◦ green 46 ◦ blue 241

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

Shades of Blue Violet #882EF1

Tints of Blue Violet #882EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 56.97%

R = 32.15%
G = 10.87%
B = 56.97%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#882EF1 (or 0x882EF1) is known color: Blue Violet. HEX triplet: 88, 2E and F1. RGB value is (136,46,241). Sum of RGB (Red+Green+Blue) = 136+46+241=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #882EF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882EF1 is #77D10E. Grayscale: #5E5E5E. Windows color (decimal): -7852303 or 15806088. OLE color: 15806088.

HSL color Cylindrical-coordinate representation of color #882EF1: hue angle of 267.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882EF1 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 46 241 -
CMYK 0.44 0.81 0 0.05
HSL 267.69º 0.87% 0.56% -
HSV(B) 267.69º 0.81% 0.95% -
XYZ 27.01 13.54 84.41 -
YUV 95.14 210.32 157.14 -
System Red Green Blue C M Y K H S L
Decimal 136 46 241 0.44 0.81 0 0.05 267.69 0.87 0.56
Hex 88 2E F1 2C 51 0 5 10C 57 38
Octal 210 56 361 54 121 0 5 414 127 70
Binary 10001000 101110 11110001 101100 1010001 0 101 100001100 1010111 111000

Color Harmonies of #882EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882EF1

Black with #882EF1

Text Example


Text Example

White with #882EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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