Html Css Color HEX #882CDD Blue Violet

📋 copy color: '#882CDD'

red 136 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #882CDD

Tints of Blue Violet #882CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 33.92%
G = 10.97%
B = 55.11%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#882CDD (or 0x882CDD) is known color: Blue Violet. HEX triplet: 88, 2C and DD. RGB value is (136,44,221). Sum of RGB (Red+Green+Blue) = 136+44+221=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #882CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882CDD is #77D322. Grayscale: #5B5B5B. Windows color (decimal): -7852835 or 14494856. OLE color: 14494856.

HSL color Cylindrical-coordinate representation of color #882CDD: hue angle of 271.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #882CDD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 44 221 -
CMYK 0.38 0.80 0 0.13
HSL 271.19º 0.72% 0.52% -
HSV(B) 271.19º 0.8% 0.87% -
XYZ 24.11 12.26 69.5 -
YUV 91.69 200.98 159.61 -
System Red Green Blue C M Y K H S L
Decimal 136 44 221 0.38 0.80 0 0.13 271.19 0.72 0.52
Hex 88 2C DD 26 50 0 D 10F 48 34
Octal 210 54 335 46 120 0 15 417 110 64
Binary 10001000 101100 11011101 100110 1010000 0 1101 100001111 1001000 110100

Color Harmonies of #882CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882CDD

Black with #882CDD

Text Example


Text Example

White with #882CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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