Html Css Color HEX #8D00EF Dark Violet

📋 copy color: '#8D00EF'

red 141 ◦ green 0 ◦ blue 239

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

Shades of Dark Violet #8D00EF

Tints of Dark Violet #8D00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 62.89%

R = 37.11%
G = 0%
B = 62.89%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8D00EF (or 0x8D00EF) is known color: Dark Violet. HEX triplet: 8D, 00 and EF. RGB value is (141,0,239). Sum of RGB (Red+Green+Blue) = 141+0+239=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D00EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D00EF is #72FF10. Grayscale: #444444. Windows color (decimal): -7536401 or 15663245. OLE color: 15663245.

HSL color Cylindrical-coordinate representation of color #8D00EF: hue angle of 275.4º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D00EF is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 0 239 -
CMYK 0.41 1 0 0.06
HSL 275.4º 1% 0.47% -
HSV(B) 275.4º 1% 0.94% -
XYZ 26.56 11.89 82.56 -
YUV 69.41 223.71 179.07 -
System Red Green Blue C M Y K H S L
Decimal 141 0 239 0.41 1 0 0.06 275.4 1 0.47
Hex 8D 0 EF 29 64 0 6 113 64 2F
Octal 215 0 357 51 144 0 6 423 144 57
Binary 10001101 0 11101111 101001 1100100 0 110 100010011 1100100 101111

Color Harmonies of #8D00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D00EF

Black with #8D00EF

Text Example


Text Example

White with #8D00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,0,239); }

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

background-color css

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

 a { background-color: rgb(141,0,239); }

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

border-color css

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

 span { border-color: rgb(141,0,239); }

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