Html Css Color HEX #882DDD Blue Violet

📋 copy color: '#882DDD'

red 136 ◦ green 45 ◦ blue 221

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

Shades of Blue Violet #882DDD

Tints of Blue Violet #882DDD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.19%

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

R = 33.83%
G = 11.19%
B = 54.98%

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

#882DDD (or 0x882DDD) is known color: Blue Violet. HEX triplet: 88, 2D and DD. RGB value is (136,45,221). Sum of RGB (Red+Green+Blue) = 136+45+221=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #882DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DDD is #77D222. Grayscale: #5B5B5B. Windows color (decimal): -7852579 or 14495112. OLE color: 14495112.

HSL color Cylindrical-coordinate representation of color #882DDD: hue angle of 271.02º 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 #882DDD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 45 221 -
CMYK 0.38 0.80 0 0.13
HSL 271.02º 0.72% 0.52% -
HSV(B) 271.02º 0.8% 0.87% -
XYZ 24.14 12.33 69.51 -
YUV 92.27 200.65 159.19 -
System Red Green Blue C M Y K H S L
Decimal 136 45 221 0.38 0.80 0 0.13 271.02 0.72 0.52
Hex 88 2D DD 26 50 0 D 10F 48 34
Octal 210 55 335 46 120 0 15 417 110 64
Binary 10001000 101101 11011101 100110 1010000 0 1101 100001111 1001000 110100

Color Harmonies of #882DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882DDD

Black with #882DDD

Text Example


Text Example

White with #882DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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