Html Css Color HEX #882DD4 Blue Violet

📋 copy color: '#882DD4'

red 136 ◦ green 45 ◦ blue 212

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

Shades of Blue Violet #882DD4

Tints of Blue Violet #882DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 53.94%

R = 34.61%
G = 11.45%
B = 53.94%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#882DD4 (or 0x882DD4) is known color: Blue Violet. HEX triplet: 88, 2D and D4. RGB value is (136,45,212). Sum of RGB (Red+Green+Blue) = 136+45+212=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #882DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882DD4 is #77D22B. Grayscale: #5A5A5A. Windows color (decimal): -7852588 or 13905288. OLE color: 13905288.

HSL color Cylindrical-coordinate representation of color #882DD4: hue angle of 272.69º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #882DD4 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 136 45 212 -
CMYK 0.36 0.79 0 0.17
HSL 272.69º 0.66% 0.5% -
HSV(B) 272.69º 0.79% 0.83% -
XYZ 22.98 11.86 63.37 -
YUV 91.25 196.15 159.92 -
System Red Green Blue C M Y K H S L
Decimal 136 45 212 0.36 0.79 0 0.17 272.69 0.66 0.5
Hex 88 2D D4 24 4F 0 11 111 42 32
Octal 210 55 324 44 117 0 21 421 102 62
Binary 10001000 101101 11010100 100100 1001111 0 10001 100010001 1000010 110010

Color Harmonies of #882DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882DD4

Black with #882DD4

Text Example


Text Example

White with #882DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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