Html Css Color HEX #8C10CD Dark Violet

📋 copy color: '#8C10CD'

red 140 ◦ green 16 ◦ blue 205

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

Shades of Dark Violet #8C10CD

Tints of Dark Violet #8C10CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

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

R = 38.78%
G = 4.43%
B = 56.79%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C10CD (or 0x8C10CD) is known color: Dark Violet. HEX triplet: 8C, 10 and CD. RGB value is (140,16,205). Sum of RGB (Red+Green+Blue) = 140+16+205=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C10CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C10CD is #73EF32. Grayscale: #494949. Windows color (decimal): -7597875 or 13439116. OLE color: 13439116.

HSL color Cylindrical-coordinate representation of color #8C10CD: hue angle of 279.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C10CD is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 16 205 -
CMYK 0.32 0.92 0 0.20
HSL 279.37º 0.86% 0.43% -
HSV(B) 279.37º 0.92% 0.8% -
XYZ 22.02 10.35 58.6 -
YUV 74.62 201.58 174.63 -
System Red Green Blue C M Y K H S L
Decimal 140 16 205 0.32 0.92 0 0.20 279.37 0.86 0.43
Hex 8C 10 CD 20 5C 0 14 117 56 2B
Octal 214 20 315 40 134 0 24 427 126 53
Binary 10001100 10000 11001101 100000 1011100 0 10100 100010111 1010110 101011

Color Harmonies of #8C10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C10CD

Black with #8C10CD

Text Example


Text Example

White with #8C10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,16,205); }

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

background-color css

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

 a { background-color: rgb(140,16,205); }

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

border-color css

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

 span { border-color: rgb(140,16,205); }

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