Html Css Color HEX #884AF1 Blue Violet

📋 copy color: '#884AF1'

red 136 ◦ green 74 ◦ blue 241

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

Shades of Blue Violet #884AF1

Tints of Blue Violet #884AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.44%

R = 30.16%
G = 16.41%
B = 53.44%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#884AF1 (or 0x884AF1) is known color: Blue Violet. HEX triplet: 88, 4A and F1. RGB value is (136,74,241). Sum of RGB (Red+Green+Blue) = 136+74+241=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #884AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AF1 is #77B50E. Grayscale: #6E6E6E. Windows color (decimal): -7845135 or 15813256. OLE color: 15813256.

HSL color Cylindrical-coordinate representation of color #884AF1: hue angle of 262.28º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884AF1 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 74 241 -
CMYK 0.44 0.69 0 0.05
HSL 262.28º 0.86% 0.62% -
HSV(B) 262.28º 0.69% 0.95% -
XYZ 28.48 16.48 84.9 -
YUV 111.58 201.04 145.42 -
System Red Green Blue C M Y K H S L
Decimal 136 74 241 0.44 0.69 0 0.05 262.28 0.86 0.62
Hex 88 4A F1 2C 45 0 5 106 56 3E
Octal 210 112 361 54 105 0 5 406 126 76
Binary 10001000 1001010 11110001 101100 1000101 0 101 100000110 1010110 111110

Color Harmonies of #884AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AF1

Black with #884AF1

Text Example


Text Example

White with #884AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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