Html Css Color HEX #884BDA Blue Violet

📋 copy color: '#884BDA'

red 136 ◦ green 75 ◦ blue 218

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

Shades of Blue Violet #884BDA

Tints of Blue Violet #884BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 31.7%
G = 17.48%
B = 50.82%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#884BDA (or 0x884BDA) is known color: Blue Violet. HEX triplet: 88, 4B and DA. RGB value is (136,75,218). Sum of RGB (Red+Green+Blue) = 136+75+218=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #884BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BDA is #77B425. Grayscale: #6D6D6D. Windows color (decimal): -7844902 or 14306184. OLE color: 14306184.

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

Color convert

RGB 136 75 218 -
CMYK 0.38 0.66 0 0.15
HSL 265.59º 0.66% 0.57% -
HSV(B) 265.59º 0.66% 0.85% -
XYZ 25.32 15.33 67.95 -
YUV 109.54 189.21 146.87 -
System Red Green Blue C M Y K H S L
Decimal 136 75 218 0.38 0.66 0 0.15 265.59 0.66 0.57
Hex 88 4B DA 26 42 0 F 10A 42 39
Octal 210 113 332 46 102 0 17 412 102 71
Binary 10001000 1001011 11011010 100110 1000010 0 1111 100001010 1000010 111001

Color Harmonies of #884BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BDA

Black with #884BDA

Text Example


Text Example

White with #884BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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