Html Css Color HEX #884BD8 Blue Violet

📋 copy color: '#884BD8'

red 136 ◦ green 75 ◦ blue 216

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

Shades of Blue Violet #884BD8

Tints of Blue Violet #884BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.59%

R = 31.85%
G = 17.56%
B = 50.59%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#884BD8 (or 0x884BD8) is known color: Blue Violet. HEX triplet: 88, 4B and D8. RGB value is (136,75,216). Sum of RGB (Red+Green+Blue) = 136+75+216=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #884BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BD8 is #77B427. Grayscale: #6C6C6C. Windows color (decimal): -7844904 or 14175112. OLE color: 14175112.

HSL color Cylindrical-coordinate representation of color #884BD8: hue angle of 265.96º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884BD8 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 75 216 -
CMYK 0.37 0.65 0 0.15
HSL 265.96º 0.64% 0.57% -
HSV(B) 265.96º 0.65% 0.85% -
XYZ 25.06 15.22 66.58 -
YUV 109.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 136 75 216 0.37 0.65 0 0.15 265.96 0.64 0.57
Hex 88 4B D8 25 41 0 F 10A 40 39
Octal 210 113 330 45 101 0 17 412 100 71
Binary 10001000 1001011 11011000 100101 1000001 0 1111 100001010 1000000 111001

Color Harmonies of #884BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BD8

Black with #884BD8

Text Example


Text Example

White with #884BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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