Html Css Color HEX #8D02D5 Dark Violet

📋 copy color: '#8D02D5'

red 141 ◦ green 2 ◦ blue 213

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

Shades of Dark Violet #8D02D5

Tints of Dark Violet #8D02D5

RGB

 RED value IS 141 (55.47% from 255) = 39.61%

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

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

R = 39.61%
G = 0.56%
B = 59.83%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8D02D5 (or 0x8D02D5) is known color: Dark Violet. HEX triplet: 8D, 02 and D5. RGB value is (141,2,213). Sum of RGB (Red+Green+Blue) = 141+2+213=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D02D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D02D5 is #72FD2A. Grayscale: #424242. Windows color (decimal): -7535915 or 13959821. OLE color: 13959821.

HSL color Cylindrical-coordinate representation of color #8D02D5: hue angle of 279.53º 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 #8D02D5 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 2 213 -
CMYK 0.34 0.99 0 0.16
HSL 279.53º 0.98% 0.42% -
HSV(B) 279.53º 0.99% 0.84% -
XYZ 23.02 10.51 63.77 -
YUV 67.62 210.05 180.34 -
System Red Green Blue C M Y K H S L
Decimal 141 2 213 0.34 0.99 0 0.16 279.53 0.98 0.42
Hex 8D 2 D5 22 63 0 10 118 62 2A
Octal 215 2 325 42 143 0 20 430 142 52
Binary 10001101 10 11010101 100010 1100011 0 10000 100011000 1100010 101010

Color Harmonies of #8D02D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D02D5

Black with #8D02D5

Text Example


Text Example

White with #8D02D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D02D5; }

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

 H1.HeaderClassName
 {
   color: #8D02D5;
 }
 .AnyTagClassName
 {
   color: #8D02D5;
 }
</style>

background-color css

<style>
 a { background-color: #8D02D5; }

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

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

border-color css

<style>
 span { border-color: #8D02D5; }

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

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