Html Css Color HEX #884CDF Blue Violet

📋 copy color: '#884CDF'

red 136 ◦ green 76 ◦ blue 223

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

Shades of Blue Violet #884CDF

Tints of Blue Violet #884CDF

RGB

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

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

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

R = 31.26%
G = 17.47%
B = 51.26%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#884CDF (or 0x884CDF) is known color: Blue Violet. HEX triplet: 88, 4C and DF. RGB value is (136,76,223). Sum of RGB (Red+Green+Blue) = 136+76+223=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #884CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884CDF is #77B320. Grayscale: #6E6E6E. Windows color (decimal): -7844641 or 14634120. OLE color: 14634120.

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

Color convert

RGB 136 76 223 -
CMYK 0.39 0.66 0 0.13
HSL 264.49º 0.7% 0.59% -
HSV(B) 264.49º 0.66% 0.87% -
XYZ 26.06 15.73 71.48 -
YUV 110.7 191.38 146.05 -
System Red Green Blue C M Y K H S L
Decimal 136 76 223 0.39 0.66 0 0.13 264.49 0.7 0.59
Hex 88 4C DF 27 42 0 D 108 46 3B
Octal 210 114 337 47 102 0 15 410 106 73
Binary 10001000 1001100 11011111 100111 1000010 0 1101 100001000 1000110 111011

Color Harmonies of #884CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884CDF

Black with #884CDF

Text Example


Text Example

White with #884CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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