Html Css Color HEX #8C15C6 Dark Violet

📋 copy color: '#8C15C6'

red 140 ◦ green 21 ◦ blue 198

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

Shades of Dark Violet #8C15C6

Tints of Dark Violet #8C15C6

RGB

 RED value IS 140 (55.08% from 255) = 39%

 GREEN value IS 21 (8.59% from 255) = 5.85%

 BLUE value IS 198 (77.73% from 255) = 55.15%

R = 39%
G = 5.85%
B = 55.15%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8C15C6 (or 0x8C15C6) is known color: Dark Violet. HEX triplet: 8C, 15 and C6. RGB value is (140,21,198). Sum of RGB (Red+Green+Blue) = 140+21+198=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 198 (77.73% from 255 or 55.15% from 359); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C15C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C15C6 is #73EA39. Grayscale: #4C4C4C. Windows color (decimal): -7596602 or 12981644. OLE color: 12981644.

HSL color Cylindrical-coordinate representation of color #8C15C6: hue angle of 280.34º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C15C6 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 21 198 -
CMYK 0.29 0.89 0 0.22
HSL 280.34º 0.81% 0.43% -
HSV(B) 280.34º 0.89% 0.78% -
XYZ 21.28 10.19 54.27 -
YUV 76.76 196.42 173.11 -
System Red Green Blue C M Y K H S L
Decimal 140 21 198 0.29 0.89 0 0.22 280.34 0.81 0.43
Hex 8C 15 C6 1D 59 0 16 118 51 2B
Octal 214 25 306 35 131 0 26 430 121 53
Binary 10001100 10101 11000110 11101 1011001 0 10110 100011000 1010001 101011

Color Harmonies of #8C15C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C15C6

Black with #8C15C6

Text Example


Text Example

White with #8C15C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,21,198); }

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

background-color css

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

 a { background-color: rgb(140,21,198); }

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

border-color css

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

 span { border-color: rgb(140,21,198); }

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