Html Css Color HEX #884ADA Blue Violet

📋 copy color: '#884ADA'

red 136 ◦ green 74 ◦ blue 218

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

Shades of Blue Violet #884ADA

Tints of Blue Violet #884ADA

RGB

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

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

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

R = 31.78%
G = 17.29%
B = 50.93%

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

#884ADA (or 0x884ADA) is known color: Blue Violet. HEX triplet: 88, 4A and DA. RGB value is (136,74,218). Sum of RGB (Red+Green+Blue) = 136+74+218=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #884ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ADA is #77B525. Grayscale: #6C6C6C. Windows color (decimal): -7845158 or 14305928. OLE color: 14305928.

HSL color Cylindrical-coordinate representation of color #884ADA: hue angle of 265.83º 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 #884ADA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 74 218 -
CMYK 0.38 0.66 0 0.15
HSL 265.83º 0.66% 0.57% -
HSV(B) 265.83º 0.66% 0.85% -
XYZ 25.26 15.19 67.93 -
YUV 108.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 136 74 218 0.38 0.66 0 0.15 265.83 0.66 0.57
Hex 88 4A DA 26 42 0 F 10A 42 39
Octal 210 112 332 46 102 0 17 412 102 71
Binary 10001000 1001010 11011010 100110 1000010 0 1111 100001010 1000010 111001

Color Harmonies of #884ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884ADA

Black with #884ADA

Text Example


Text Example

White with #884ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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