Html Css Color HEX #884BDE Blue Violet

📋 copy color: '#884BDE'

red 136 ◦ green 75 ◦ blue 222

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

Shades of Blue Violet #884BDE

Tints of Blue Violet #884BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.32%

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

R = 31.41%
G = 17.32%
B = 51.27%

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

#884BDE (or 0x884BDE) is known color: Blue Violet. HEX triplet: 88, 4B and DE. RGB value is (136,75,222). Sum of RGB (Red+Green+Blue) = 136+75+222=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #884BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BDE is #77B421. Grayscale: #6D6D6D. Windows color (decimal): -7844898 or 14568328. OLE color: 14568328.

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

Color convert

RGB 136 75 222 -
CMYK 0.39 0.66 0 0.13
HSL 264.9º 0.69% 0.58% -
HSV(B) 264.9º 0.66% 0.87% -
XYZ 25.85 15.54 70.74 -
YUV 110 191.21 146.55 -
System Red Green Blue C M Y K H S L
Decimal 136 75 222 0.39 0.66 0 0.13 264.9 0.69 0.58
Hex 88 4B DE 27 42 0 D 109 45 3A
Octal 210 113 336 47 102 0 15 411 105 72
Binary 10001000 1001011 11011110 100111 1000010 0 1101 100001001 1000101 111010

Color Harmonies of #884BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BDE

Black with #884BDE

Text Example


Text Example

White with #884BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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