Html Css Color HEX #884AD6 Blue Violet

📋 copy color: '#884AD6'

red 136 ◦ green 74 ◦ blue 214

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

Shades of Blue Violet #884AD6

Tints of Blue Violet #884AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.47%

R = 32.08%
G = 17.45%
B = 50.47%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#884AD6 (or 0x884AD6) is known color: Blue Violet. HEX triplet: 88, 4A and D6. RGB value is (136,74,214). Sum of RGB (Red+Green+Blue) = 136+74+214=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #884AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AD6 is #77B529. Grayscale: #6C6C6C. Windows color (decimal): -7845162 or 14043784. OLE color: 14043784.

HSL color Cylindrical-coordinate representation of color #884AD6: hue angle of 266.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884AD6 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 136 74 214 -
CMYK 0.36 0.65 0 0.16
HSL 266.57º 0.63% 0.56% -
HSV(B) 266.57º 0.65% 0.84% -
XYZ 24.74 14.99 65.21 -
YUV 108.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 136 74 214 0.36 0.65 0 0.16 266.57 0.63 0.56
Hex 88 4A D6 24 41 0 10 10B 3F 38
Octal 210 112 326 44 101 0 20 413 77 70
Binary 10001000 1001010 11010110 100100 1000001 0 10000 100001011 111111 111000

Color Harmonies of #884AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AD6

Black with #884AD6

Text Example


Text Example

White with #884AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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