Html Css Color HEX #884AF0 Blue Violet

📋 copy color: '#884AF0'

red 136 ◦ green 74 ◦ blue 240

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

Shades of Blue Violet #884AF0

Tints of Blue Violet #884AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.33%

R = 30.22%
G = 16.44%
B = 53.33%

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

#884AF0 (or 0x884AF0) is known color: Blue Violet. HEX triplet: 88, 4A and F0. RGB value is (136,74,240). Sum of RGB (Red+Green+Blue) = 136+74+240=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #884AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AF0 is #77B50F. Grayscale: #6E6E6E. Windows color (decimal): -7845136 or 15747720. OLE color: 15747720.

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

Color convert

RGB 136 74 240 -
CMYK 0.43 0.69 0 0.06
HSL 262.41º 0.85% 0.62% -
HSV(B) 262.41º 0.69% 0.94% -
XYZ 28.33 16.42 84.11 -
YUV 111.46 200.54 145.5 -
System Red Green Blue C M Y K H S L
Decimal 136 74 240 0.43 0.69 0 0.06 262.41 0.85 0.62
Hex 88 4A F0 2B 45 0 6 106 55 3E
Octal 210 112 360 53 105 0 6 406 125 76
Binary 10001000 1001010 11110000 101011 1000101 0 110 100000110 1010101 111110

Color Harmonies of #884AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AF0

Black with #884AF0

Text Example


Text Example

White with #884AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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