Html Css Color HEX #884ADB Blue Violet

📋 copy color: '#884ADB'

red 136 ◦ green 74 ◦ blue 219

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

Shades of Blue Violet #884ADB

Tints of Blue Violet #884ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.25%

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 31.7%
G = 17.25%
B = 51.05%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#884ADB (or 0x884ADB) is known color: Blue Violet. HEX triplet: 88, 4A and DB. RGB value is (136,74,219). Sum of RGB (Red+Green+Blue) = 136+74+219=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #884ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ADB is #77B524. Grayscale: #6C6C6C. Windows color (decimal): -7845157 or 14371464. OLE color: 14371464.

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

Color convert

RGB 136 74 219 -
CMYK 0.38 0.66 0 0.14
HSL 265.66º 0.67% 0.57% -
HSV(B) 265.66º 0.66% 0.86% -
XYZ 25.39 15.25 68.62 -
YUV 109.07 190.04 147.21 -
System Red Green Blue C M Y K H S L
Decimal 136 74 219 0.38 0.66 0 0.14 265.66 0.67 0.57
Hex 88 4A DB 26 42 0 E 10A 43 39
Octal 210 112 333 46 102 0 16 412 103 71
Binary 10001000 1001010 11011011 100110 1000010 0 1110 100001010 1000011 111001

Color Harmonies of #884ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884ADB

Black with #884ADB

Text Example


Text Example

White with #884ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,74,219); }

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

background-color css

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

 a { background-color: rgb(136,74,219); }

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

border-color css

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

 span { border-color: rgb(136,74,219); }

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