Html Css Color HEX #8D0CED Dark Violet

📋 copy color: '#8D0CED'

red 141 ◦ green 12 ◦ blue 237

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

Shades of Dark Violet #8D0CED

Tints of Dark Violet #8D0CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.08%

 BLUE value IS 237 (92.97% from 255) = 60.77%

R = 36.15%
G = 3.08%
B = 60.77%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D0CED (or 0x8D0CED) is known color: Dark Violet. HEX triplet: 8D, 0C and ED. RGB value is (141,12,237). Sum of RGB (Red+Green+Blue) = 141+12+237=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D0CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0CED is #72F312. Grayscale: #4B4B4B. Windows color (decimal): -7533331 or 15535245. OLE color: 15535245.

HSL color Cylindrical-coordinate representation of color #8D0CED: hue angle of 274.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0CED is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 12 237 -
CMYK 0.41 0.95 0 0.07
HSL 274.4º 0.9% 0.49% -
HSV(B) 274.4º 0.95% 0.93% -
XYZ 26.4 12.04 81.05 -
YUV 76.22 218.74 174.2 -
System Red Green Blue C M Y K H S L
Decimal 141 12 237 0.41 0.95 0 0.07 274.4 0.9 0.49
Hex 8D C ED 29 5F 0 7 112 5A 31
Octal 215 14 355 51 137 0 7 422 132 61
Binary 10001101 1100 11101101 101001 1011111 0 111 100010010 1011010 110001

Color Harmonies of #8D0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0CED

Black with #8D0CED

Text Example


Text Example

White with #8D0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,12,237); }

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

background-color css

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

 a { background-color: rgb(141,12,237); }

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

border-color css

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

 span { border-color: rgb(141,12,237); }

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