Html Css Color HEX #882EFD Blue Violet

📋 copy color: '#882EFD'

red 136 ◦ green 46 ◦ blue 253

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

Shades of Blue Violet #882EFD

Tints of Blue Violet #882EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.16%

R = 31.26%
G = 10.57%
B = 58.16%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#882EFD (or 0x882EFD) is known color: Blue Violet. HEX triplet: 88, 2E and FD. RGB value is (136,46,253). Sum of RGB (Red+Green+Blue) = 136+46+253=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #882EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882EFD is #77D102. Grayscale: #5F5F5F. Windows color (decimal): -7852291 or 16592520. OLE color: 16592520.

HSL color Cylindrical-coordinate representation of color #882EFD: hue angle of 266.09º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #882EFD is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 46 253 -
CMYK 0.46 0.82 0 0.01
HSL 266.09º 0.98% 0.59% -
HSV(B) 266.09º 0.82% 0.99% -
XYZ 28.86 14.28 94.16 -
YUV 96.51 216.32 156.17 -
System Red Green Blue C M Y K H S L
Decimal 136 46 253 0.46 0.82 0 0.01 266.09 0.98 0.59
Hex 88 2E FD 2E 52 0 1 10A 62 3B
Octal 210 56 375 56 122 0 1 412 142 73
Binary 10001000 101110 11111101 101110 1010010 0 1 100001010 1100010 111011

Color Harmonies of #882EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882EFD

Black with #882EFD

Text Example


Text Example

White with #882EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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