Html Css Color HEX #8D00BE Dark Violet

📋 copy color: '#8D00BE'

red 141 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #8D00BE

Tints of Dark Violet #8D00BE

RGB

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

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

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

R = 42.6%
G = 0%
B = 57.4%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D00BE (or 0x8D00BE) is known color: Dark Violet. HEX triplet: 8D, 00 and BE. RGB value is (141,0,190). Sum of RGB (Red+Green+Blue) = 141+0+190=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D00BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D00BE is #72FF41. Grayscale: #3F3F3F. Windows color (decimal): -7536450 or 12451981. OLE color: 12451981.

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

Color convert

RGB 141 0 190 -
CMYK 0.26 1 0 0.25
HSL 284.53º 1% 0.37% -
HSV(B) 284.53º 1% 0.75% -
XYZ 20.28 9.38 49.46 -
YUV 63.82 199.21 183.05 -
System Red Green Blue C M Y K H S L
Decimal 141 0 190 0.26 1 0 0.25 284.53 1 0.37
Hex 8D 0 BE 1A 64 0 19 11D 64 25
Octal 215 0 276 32 144 0 31 435 144 45
Binary 10001101 0 10111110 11010 1100100 0 11001 100011101 1100100 100101

Color Harmonies of #8D00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D00BE

Black with #8D00BE

Text Example


Text Example

White with #8D00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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