Html Css Color HEX #804ADF Blue Violet

📋 copy color: '#804ADF'

red 128 ◦ green 74 ◦ blue 223

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

Shades of Blue Violet #804ADF

Tints of Blue Violet #804ADF

RGB

 RED value IS 128 (50.39% from 255) = 30.12%

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 30.12%
G = 17.41%
B = 52.47%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#804ADF (or 0x804ADF) is known color: Blue Violet. HEX triplet: 80, 4A and DF. RGB value is (128,74,223). Sum of RGB (Red+Green+Blue) = 128+74+223=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #804ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ADF is #7FB520. Grayscale: #6A6A6A. Windows color (decimal): -8369441 or 14633600. OLE color: 14633600.

HSL color Cylindrical-coordinate representation of color #804ADF: hue angle of 261.74º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #804ADF is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 74 223 -
CMYK 0.43 0.67 0 0.13
HSL 261.75º 0.7% 0.58% -
HSV(B) 261.75º 0.67% 0.87% -
XYZ 24.67 14.81 71.37 -
YUV 107.13 193.39 142.88 -
System Red Green Blue C M Y K H S L
Decimal 128 74 223 0.43 0.67 0 0.13 261.75 0.7 0.58
Hex 80 4A DF 2B 43 0 D 106 46 3A
Octal 200 112 337 53 103 0 15 406 106 72
Binary 10000000 1001010 11011111 101011 1000011 0 1101 100000110 1000110 111010

Color Harmonies of #804ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804ADF

Black with #804ADF

Text Example


Text Example

White with #804ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804ADF; }

 p { color: rgb(128,74,223); }

 H1.HeaderClassName
 {
   color: #804ADF;
 }
 .AnyTagClassName
 {
   color: #804ADF;
 }
</style>

background-color css

<style>
 a { background-color: #804ADF; }

 a { background-color: rgb(128,74,223); }

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

border-color css

<style>
 span { border-color: #804ADF; }

 span { border-color: rgb(128,74,223); }

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