Html Css Color HEX #8D00EA Dark Violet

📋 copy color: '#8D00EA'

red 141 ◦ green 0 ◦ blue 234

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

Shades of Dark Violet #8D00EA

Tints of Dark Violet #8D00EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.4%

R = 37.6%
G = 0%
B = 62.4%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D00EA (or 0x8D00EA) is known color: Dark Violet. HEX triplet: 8D, 00 and EA. RGB value is (141,0,234). Sum of RGB (Red+Green+Blue) = 141+0+234=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D00EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D00EA is #72FF15. Grayscale: #444444. Windows color (decimal): -7536406 or 15335565. OLE color: 15335565.

HSL color Cylindrical-coordinate representation of color #8D00EA: hue angle of 276.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D00EA is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 0 234 -
CMYK 0.40 1 0 0.08
HSL 276.15º 1% 0.46% -
HSV(B) 276.15º 1% 0.92% -
XYZ 25.84 11.6 78.72 -
YUV 68.84 221.21 179.47 -
System Red Green Blue C M Y K H S L
Decimal 141 0 234 0.40 1 0 0.08 276.15 1 0.46
Hex 8D 0 EA 28 64 0 8 114 64 2E
Octal 215 0 352 50 144 0 10 424 144 56
Binary 10001101 0 11101010 101000 1100100 0 1000 100010100 1100100 101110

Color Harmonies of #8D00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D00EA

Black with #8D00EA

Text Example


Text Example

White with #8D00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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