Html Css Color HEX #884DDF Blue Violet

📋 copy color: '#884DDF'

red 136 ◦ green 77 ◦ blue 223

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

Shades of Blue Violet #884DDF

Tints of Blue Violet #884DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 31.19%
G = 17.66%
B = 51.15%

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

#884DDF (or 0x884DDF) is known color: Blue Violet. HEX triplet: 88, 4D and DF. RGB value is (136,77,223). Sum of RGB (Red+Green+Blue) = 136+77+223=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #884DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DDF is #77B220. Grayscale: #6E6E6E. Windows color (decimal): -7844385 or 14634376. OLE color: 14634376.

HSL color Cylindrical-coordinate representation of color #884DDF: hue angle of 264.25º degrees, saturation: 0.7, 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 #884DDF is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 77 223 -
CMYK 0.39 0.65 0 0.13
HSL 264.25º 0.7% 0.59% -
HSV(B) 264.25º 0.65% 0.87% -
XYZ 26.13 15.87 71.5 -
YUV 111.29 191.05 145.63 -
System Red Green Blue C M Y K H S L
Decimal 136 77 223 0.39 0.65 0 0.13 264.25 0.7 0.59
Hex 88 4D DF 27 41 0 D 108 46 3B
Octal 210 115 337 47 101 0 15 410 106 73
Binary 10001000 1001101 11011111 100111 1000001 0 1101 100001000 1000110 111011

Color Harmonies of #884DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884DDF

Black with #884DDF

Text Example


Text Example

White with #884DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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