Html Css Color HEX #882BDA Blue Violet

📋 copy color: '#882BDA'

red 136 ◦ green 43 ◦ blue 218

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

Shades of Blue Violet #882BDA

Tints of Blue Violet #882BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.83%

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 34.26%
G = 10.83%
B = 54.91%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#882BDA (or 0x882BDA) is known color: Blue Violet. HEX triplet: 88, 2B and DA. RGB value is (136,43,218). Sum of RGB (Red+Green+Blue) = 136+43+218=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #882BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BDA is #77D425. Grayscale: #5A5A5A. Windows color (decimal): -7853094 or 14297992. OLE color: 14297992.

HSL color Cylindrical-coordinate representation of color #882BDA: hue angle of 271.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882BDA is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 43 218 -
CMYK 0.38 0.80 0 0.15
HSL 271.89º 0.7% 0.51% -
HSV(B) 271.89º 0.8% 0.85% -
XYZ 23.67 12.02 67.4 -
YUV 90.76 199.81 160.27 -
System Red Green Blue C M Y K H S L
Decimal 136 43 218 0.38 0.80 0 0.15 271.89 0.7 0.51
Hex 88 2B DA 26 50 0 F 110 46 33
Octal 210 53 332 46 120 0 17 420 106 63
Binary 10001000 101011 11011010 100110 1010000 0 1111 100010000 1000110 110011

Color Harmonies of #882BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BDA

Black with #882BDA

Text Example


Text Example

White with #882BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,43,218); }

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

background-color css

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

 a { background-color: rgb(136,43,218); }

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

border-color css

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

 span { border-color: rgb(136,43,218); }

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