Html Css Color HEX #884DDE Blue Violet

📋 copy color: '#884DDE'

red 136 ◦ green 77 ◦ blue 222

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

Shades of Blue Violet #884DDE

Tints of Blue Violet #884DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.7%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 31.26%
G = 17.7%
B = 51.03%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#884DDE (or 0x884DDE) is known color: Blue Violet. HEX triplet: 88, 4D and DE. RGB value is (136,77,222). Sum of RGB (Red+Green+Blue) = 136+77+222=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #884DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DDE is #77B221. Grayscale: #6E6E6E. Windows color (decimal): -7844386 or 14568840. OLE color: 14568840.

HSL color Cylindrical-coordinate representation of color #884DDE: hue angle of 264.41º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884DDE is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 77 222 -
CMYK 0.39 0.65 0 0.13
HSL 264.41º 0.69% 0.59% -
HSV(B) 264.41º 0.65% 0.87% -
XYZ 25.99 15.82 70.79 -
YUV 111.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 136 77 222 0.39 0.65 0 0.13 264.41 0.69 0.59
Hex 88 4D DE 27 41 0 D 108 45 3B
Octal 210 115 336 47 101 0 15 410 105 73
Binary 10001000 1001101 11011110 100111 1000001 0 1101 100001000 1000101 111011

Color Harmonies of #884DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884DDE

Black with #884DDE

Text Example


Text Example

White with #884DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884DDE; }

 p { color: rgb(136,77,222); }

 H1.HeaderClassName
 {
   color: #884DDE;
 }
 .AnyTagClassName
 {
   color: #884DDE;
 }
</style>

background-color css

<style>
 a { background-color: #884DDE; }

 a { background-color: rgb(136,77,222); }

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

border-color css

<style>
 span { border-color: #884DDE; }

 span { border-color: rgb(136,77,222); }

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