Html Css Color HEX #8D14CC Dark Violet

📋 copy color: '#8D14CC'

red 141 ◦ green 20 ◦ blue 204

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

Shades of Dark Violet #8D14CC

Tints of Dark Violet #8D14CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 38.63%
G = 5.48%
B = 55.89%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8D14CC (or 0x8D14CC) is known color: Dark Violet. HEX triplet: 8D, 14 and CC. RGB value is (141,20,204). Sum of RGB (Red+Green+Blue) = 141+20+204=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D14CC is #72EB33. Grayscale: #4C4C4C. Windows color (decimal): -7531316 or 13374605. OLE color: 13374605.

HSL color Cylindrical-coordinate representation of color #8D14CC: hue angle of 279.46º 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 #8D14CC is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 20 204 -
CMYK 0.31 0.90 0 0.2
HSL 279.46º 0.82% 0.44% -
HSV(B) 279.46º 0.9% 0.8% -
XYZ 22.13 10.52 57.99 -
YUV 77.16 199.59 173.54 -
System Red Green Blue C M Y K H S L
Decimal 141 20 204 0.31 0.90 0 0.2 279.46 0.82 0.44
Hex 8D 14 CC 1F 5A 0 14 117 52 2C
Octal 215 24 314 37 132 0 24 427 122 54
Binary 10001101 10100 11001100 11111 1011010 0 10100 100010111 1010010 101100

Color Harmonies of #8D14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D14CC

Black with #8D14CC

Text Example


Text Example

White with #8D14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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