Html Css Color HEX #8D14CD Dark Violet

📋 copy color: '#8D14CD'

red 141 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #8D14CD

Tints of Dark Violet #8D14CD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.46%

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 38.52%
G = 5.46%
B = 56.01%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8D14CD (or 0x8D14CD) is known color: Dark Violet. HEX triplet: 8D, 14 and CD. RGB value is (141,20,205). Sum of RGB (Red+Green+Blue) = 141+20+205=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D14CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D14CD is #72EB32. Grayscale: #4C4C4C. Windows color (decimal): -7531315 or 13440141. OLE color: 13440141.

HSL color Cylindrical-coordinate representation of color #8D14CD: hue angle of 279.24º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D14CD is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 20 205 -
CMYK 0.31 0.90 0 0.20
HSL 279.24º 0.82% 0.44% -
HSV(B) 279.24º 0.9% 0.8% -
XYZ 22.25 10.57 58.63 -
YUV 77.27 200.09 173.46 -
System Red Green Blue C M Y K H S L
Decimal 141 20 205 0.31 0.90 0 0.20 279.24 0.82 0.44
Hex 8D 14 CD 1F 5A 0 14 117 52 2C
Octal 215 24 315 37 132 0 24 427 122 54
Binary 10001101 10100 11001101 11111 1011010 0 10100 100010111 1010010 101100

Color Harmonies of #8D14CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D14CD

Black with #8D14CD

Text Example


Text Example

White with #8D14CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,20,205); }

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

background-color css

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

 a { background-color: rgb(141,20,205); }

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

border-color css

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

 span { border-color: rgb(141,20,205); }

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