Html Css Color HEX #8002DF Dark Violet

📋 copy color: '#8002DF'

red 128 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #8002DF

Tints of Dark Violet #8002DF

RGB

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

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

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

R = 36.26%
G = 0.57%
B = 63.17%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8002DF (or 0x8002DF) is known color: Dark Violet. HEX triplet: 80, 02 and DF. RGB value is (128,2,223). Sum of RGB (Red+Green+Blue) = 128+2+223=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #8002DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002DF is #7FFD20. Grayscale: #404040. Windows color (decimal): -8387873 or 14615168. OLE color: 14615168.

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

Color convert

RGB 128 2 223 -
CMYK 0.43 0.99 0 0.13
HSL 274.21º 0.98% 0.44% -
HSV(B) 274.21º 0.99% 0.87% -
XYZ 22.24 9.96 70.56 -
YUV 64.87 217.24 173.03 -
System Red Green Blue C M Y K H S L
Decimal 128 2 223 0.43 0.99 0 0.13 274.21 0.98 0.44
Hex 80 2 DF 2B 63 0 D 112 62 2C
Octal 200 2 337 53 143 0 15 422 142 54
Binary 10000000 10 11011111 101011 1100011 0 1101 100010010 1100010 101100

Color Harmonies of #8002DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8002DF

Black with #8002DF

Text Example


Text Example

White with #8002DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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