Html Css Color HEX #8D04CD Dark Violet

📋 copy color: '#8D04CD'

red 141 ◦ green 4 ◦ blue 205

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

Shades of Dark Violet #8D04CD

Tints of Dark Violet #8D04CD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

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

R = 40.29%
G = 1.14%
B = 58.57%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D04CD (or 0x8D04CD) is known color: Dark Violet. HEX triplet: 8D, 04 and CD. RGB value is (141,4,205). Sum of RGB (Red+Green+Blue) = 141+4+205=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D04CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D04CD is #72FB32. Grayscale: #434343. Windows color (decimal): -7535411 or 13436045. OLE color: 13436045.

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

Color convert

RGB 141 4 205 -
CMYK 0.31 0.98 0 0.20
HSL 280.9º 0.96% 0.41% -
HSV(B) 280.9º 0.98% 0.8% -
XYZ 22.05 10.16 58.56 -
YUV 67.88 205.39 180.16 -
System Red Green Blue C M Y K H S L
Decimal 141 4 205 0.31 0.98 0 0.20 280.9 0.96 0.41
Hex 8D 4 CD 1F 62 0 14 119 60 29
Octal 215 4 315 37 142 0 24 431 140 51
Binary 10001101 100 11001101 11111 1100010 0 10100 100011001 1100000 101001

Color Harmonies of #8D04CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D04CD

Black with #8D04CD

Text Example


Text Example

White with #8D04CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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