Html Css Color HEX #8002D5 Dark Violet

📋 copy color: '#8002D5'

red 128 ◦ green 2 ◦ blue 213

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

Shades of Dark Violet #8002D5

Tints of Dark Violet #8002D5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 213 (83.59% from 255) = 62.1%

R = 37.32%
G = 0.58%
B = 62.1%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8002D5 (or 0x8002D5) is known color: Dark Violet. HEX triplet: 80, 02 and D5. RGB value is (128,2,213). Sum of RGB (Red+Green+Blue) = 128+2+213=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #8002D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002D5 is #7FFD2A. Grayscale: #3F3F3F. Windows color (decimal): -8387883 or 13959808. OLE color: 13959808.

HSL color Cylindrical-coordinate representation of color #8002D5: hue angle of 275.83º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8002D5 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 2 213 -
CMYK 0.40 0.99 0 0.16
HSL 275.83º 0.98% 0.42% -
HSV(B) 275.83º 0.99% 0.84% -
XYZ 20.93 9.44 63.67 -
YUV 63.73 212.24 173.84 -
System Red Green Blue C M Y K H S L
Decimal 128 2 213 0.40 0.99 0 0.16 275.83 0.98 0.42
Hex 80 2 D5 28 63 0 10 114 62 2A
Octal 200 2 325 50 143 0 20 424 142 52
Binary 10000000 10 11010101 101000 1100011 0 10000 100010100 1100010 101010

Color Harmonies of #8002D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002D5

Black with #8002D5

Text Example


Text Example

White with #8002D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8002D5; }

 p { color: rgb(128,2,213); }

 H1.HeaderClassName
 {
   color: #8002D5;
 }
 .AnyTagClassName
 {
   color: #8002D5;
 }
</style>

background-color css

<style>
 a { background-color: #8002D5; }

 a { background-color: rgb(128,2,213); }

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

border-color css

<style>
 span { border-color: #8002D5; }

 span { border-color: rgb(128,2,213); }

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