Html Css Color HEX #8005DF Dark Violet

📋 copy color: '#8005DF'

red 128 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #8005DF

Tints of Dark Violet #8005DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

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

R = 35.96%
G = 1.4%
B = 62.64%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8005DF (or 0x8005DF) is known color: Dark Violet. HEX triplet: 80, 05 and DF. RGB value is (128,5,223). Sum of RGB (Red+Green+Blue) = 128+5+223=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #8005DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8005DF is #7FFA20. Grayscale: #414141. Windows color (decimal): -8387105 or 14615936. OLE color: 14615936.

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

Color convert

RGB 128 5 223 -
CMYK 0.43 0.98 0 0.13
HSL 273.85º 0.96% 0.45% -
HSV(B) 273.85º 0.98% 0.87% -
XYZ 22.28 10.03 70.57 -
YUV 66.63 216.25 171.77 -
System Red Green Blue C M Y K H S L
Decimal 128 5 223 0.43 0.98 0 0.13 273.85 0.96 0.45
Hex 80 5 DF 2B 62 0 D 112 60 2D
Octal 200 5 337 53 142 0 15 422 140 55
Binary 10000000 101 11011111 101011 1100010 0 1101 100010010 1100000 101101

Color Harmonies of #8005DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8005DF

Black with #8005DF

Text Example


Text Example

White with #8005DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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