Html Css Color HEX #8D02CD Dark Violet

📋 copy color: '#8D02CD'

red 141 ◦ green 2 ◦ blue 205

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

Shades of Dark Violet #8D02CD

Tints of Dark Violet #8D02CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 40.52%
G = 0.57%
B = 58.91%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D02CD (or 0x8D02CD) is known color: Dark Violet. HEX triplet: 8D, 02 and CD. RGB value is (141,2,205). Sum of RGB (Red+Green+Blue) = 141+2+205=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D02CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D02CD is #72FD32. Grayscale: #424242. Windows color (decimal): -7535923 or 13435533. OLE color: 13435533.

HSL color Cylindrical-coordinate representation of color #8D02CD: hue angle of 281.08º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D02CD is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 2 205 -
CMYK 0.31 0.99 0 0.20
HSL 281.08º 0.98% 0.41% -
HSV(B) 281.08º 0.99% 0.8% -
XYZ 22.03 10.11 58.55 -
YUV 66.7 206.05 180.99 -
System Red Green Blue C M Y K H S L
Decimal 141 2 205 0.31 0.99 0 0.20 281.08 0.98 0.41
Hex 8D 2 CD 1F 63 0 14 119 62 29
Octal 215 2 315 37 143 0 24 431 142 51
Binary 10001101 10 11001101 11111 1100011 0 10100 100011001 1100010 101001

Color Harmonies of #8D02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D02CD

Black with #8D02CD

Text Example


Text Example

White with #8D02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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