Html Css Color HEX #8000DF Dark Violet

📋 copy color: '#8000DF'

red 128 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #8000DF

Tints of Dark Violet #8000DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.47%
G = 0%
B = 63.53%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8000DF (or 0x8000DF) is known color: Dark Violet. HEX triplet: 80, 00 and DF. RGB value is (128,0,223). Sum of RGB (Red+Green+Blue) = 128+0+223=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #8000DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000DF is #7FFF20. Grayscale: #3E3E3E. Windows color (decimal): -8388385 or 14614656. OLE color: 14614656.

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

Color convert

RGB 128 0 223 -
CMYK 0.43 1 0 0.13
HSL 274.44º 1% 0.44% -
HSV(B) 274.44º 1% 0.87% -
XYZ 22.22 9.92 70.56 -
YUV 63.69 217.91 173.87 -
System Red Green Blue C M Y K H S L
Decimal 128 0 223 0.43 1 0 0.13 274.44 1 0.44
Hex 80 0 DF 2B 64 0 D 112 64 2C
Octal 200 0 337 53 144 0 15 422 144 54
Binary 10000000 0 11011111 101011 1100100 0 1101 100010010 1100100 101100

Color Harmonies of #8000DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8000DF

Black with #8000DF

Text Example


Text Example

White with #8000DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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