Html Css Color HEX #884AEF Blue Violet

📋 copy color: '#884AEF'

red 136 ◦ green 74 ◦ blue 239

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

Shades of Blue Violet #884AEF

Tints of Blue Violet #884AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 30.29%
G = 16.48%
B = 53.23%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#884AEF (or 0x884AEF) is known color: Blue Violet. HEX triplet: 88, 4A and EF. RGB value is (136,74,239). Sum of RGB (Red+Green+Blue) = 136+74+239=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #884AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AEF is #77B510. Grayscale: #6E6E6E. Windows color (decimal): -7845137 or 15682184. OLE color: 15682184.

HSL color Cylindrical-coordinate representation of color #884AEF: hue angle of 262.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884AEF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 74 239 -
CMYK 0.43 0.69 0 0.06
HSL 262.55º 0.84% 0.61% -
HSV(B) 262.55º 0.69% 0.94% -
XYZ 28.18 16.36 83.33 -
YUV 111.35 200.04 145.58 -
System Red Green Blue C M Y K H S L
Decimal 136 74 239 0.43 0.69 0 0.06 262.55 0.84 0.61
Hex 88 4A EF 2B 45 0 6 107 54 3D
Octal 210 112 357 53 105 0 6 407 124 75
Binary 10001000 1001010 11101111 101011 1000101 0 110 100000111 1010100 111101

Color Harmonies of #884AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AEF

Black with #884AEF

Text Example


Text Example

White with #884AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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