Html Css Color HEX #8001DF Dark Violet

📋 copy color: '#8001DF'

red 128 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #8001DF

Tints of Dark Violet #8001DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 36.36%
G = 0.28%
B = 63.35%

CMYK

 C value IS 0.43

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8001DF (or 0x8001DF) is known color: Dark Violet. HEX triplet: 80, 01 and DF. RGB value is (128,1,223). Sum of RGB (Red+Green+Blue) = 128+1+223=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #8001DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8001DF is #7FFE20. Grayscale: #3F3F3F. Windows color (decimal): -8388129 or 14614912. OLE color: 14614912.

HSL color Cylindrical-coordinate representation of color #8001DF: hue angle of 274.32º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8001DF is Cyan = 0.43, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 1 223 -
CMYK 0.43 1.00 0 0.13
HSL 274.32º 0.99% 0.44% -
HSV(B) 274.32º 1% 0.87% -
XYZ 22.23 9.94 70.56 -
YUV 64.28 217.58 173.45 -
System Red Green Blue C M Y K H S L
Decimal 128 1 223 0.43 1.00 0 0.13 274.32 0.99 0.44
Hex 80 1 DF 2B 64 0 D 112 63 2C
Octal 200 1 337 53 144 0 15 422 143 54
Binary 10000000 1 11011111 101011 1100100 0 1101 100010010 1100011 101100

Color Harmonies of #8001DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8001DF

Black with #8001DF

Text Example


Text Example

White with #8001DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8001DF; }

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

 H1.HeaderClassName
 {
   color: #8001DF;
 }
 .AnyTagClassName
 {
   color: #8001DF;
 }
</style>

background-color css

<style>
 a { background-color: #8001DF; }

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

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

border-color css

<style>
 span { border-color: #8001DF; }

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

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