Html Css Color HEX #8D04BE Dark Violet

📋 copy color: '#8D04BE'

red 141 ◦ green 4 ◦ blue 190

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

Shades of Dark Violet #8D04BE

Tints of Dark Violet #8D04BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.72%

R = 42.09%
G = 1.19%
B = 56.72%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D04BE (or 0x8D04BE) is known color: Dark Violet. HEX triplet: 8D, 04 and BE. RGB value is (141,4,190). Sum of RGB (Red+Green+Blue) = 141+4+190=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D04BE is #72FB41. Grayscale: #414141. Windows color (decimal): -7535426 or 12453005. OLE color: 12453005.

HSL color Cylindrical-coordinate representation of color #8D04BE: hue angle of 284.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D04BE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 4 190 -
CMYK 0.26 0.98 0 0.25
HSL 284.19º 0.96% 0.38% -
HSV(B) 284.19º 0.98% 0.75% -
XYZ 20.32 9.47 49.47 -
YUV 66.17 197.89 181.38 -
System Red Green Blue C M Y K H S L
Decimal 141 4 190 0.26 0.98 0 0.25 284.19 0.96 0.38
Hex 8D 4 BE 1A 62 0 19 11C 60 26
Octal 215 4 276 32 142 0 31 434 140 46
Binary 10001101 100 10111110 11010 1100010 0 11001 100011100 1100000 100110

Color Harmonies of #8D04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D04BE

Black with #8D04BE

Text Example


Text Example

White with #8D04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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