Html Css Color HEX #884CDD Blue Violet

📋 copy color: '#884CDD'

red 136 ◦ green 76 ◦ blue 221

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

Shades of Blue Violet #884CDD

Tints of Blue Violet #884CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.55%

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

R = 31.41%
G = 17.55%
B = 51.04%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#884CDD (or 0x884CDD) is known color: Blue Violet. HEX triplet: 88, 4C and DD. RGB value is (136,76,221). Sum of RGB (Red+Green+Blue) = 136+76+221=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #884CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CDD is #77B322. Grayscale: #6D6D6D. Windows color (decimal): -7844643 or 14503048. OLE color: 14503048.

HSL color Cylindrical-coordinate representation of color #884CDD: hue angle of 264.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884CDD is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 76 221 -
CMYK 0.38 0.66 0 0.13
HSL 264.83º 0.68% 0.58% -
HSV(B) 264.83º 0.66% 0.87% -
XYZ 25.79 15.62 70.06 -
YUV 110.47 190.38 146.21 -
System Red Green Blue C M Y K H S L
Decimal 136 76 221 0.38 0.66 0 0.13 264.83 0.68 0.58
Hex 88 4C DD 26 42 0 D 109 44 3A
Octal 210 114 335 46 102 0 15 411 104 72
Binary 10001000 1001100 11011101 100110 1000010 0 1101 100001001 1000100 111010

Color Harmonies of #884CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884CDD

Black with #884CDD

Text Example


Text Example

White with #884CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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