Html Css Color HEX #8D07BE Dark Violet

📋 copy color: '#8D07BE'

red 141 ◦ green 7 ◦ blue 190

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

Shades of Dark Violet #8D07BE

Tints of Dark Violet #8D07BE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.07%

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

R = 41.72%
G = 2.07%
B = 56.21%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D07BE (or 0x8D07BE) is known color: Dark Violet. HEX triplet: 8D, 07 and BE. RGB value is (141,7,190). Sum of RGB (Red+Green+Blue) = 141+7+190=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D07BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D07BE is #72F841. Grayscale: #434343. Windows color (decimal): -7534658 or 12453773. OLE color: 12453773.

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

Color convert

RGB 141 7 190 -
CMYK 0.26 0.96 0 0.25
HSL 283.93º 0.93% 0.39% -
HSV(B) 283.93º 0.96% 0.75% -
XYZ 20.35 9.53 49.48 -
YUV 67.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 141 7 190 0.26 0.96 0 0.25 283.93 0.93 0.39
Hex 8D 7 BE 1A 60 0 19 11C 5D 27
Octal 215 7 276 32 140 0 31 434 135 47
Binary 10001101 111 10111110 11010 1100000 0 11001 100011100 1011101 100111

Color Harmonies of #8D07BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D07BE

Black with #8D07BE

Text Example


Text Example

White with #8D07BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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