Html Css Color HEX #8C17D0 Dark Violet

📋 copy color: '#8C17D0'

red 140 ◦ green 23 ◦ blue 208

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

Shades of Dark Violet #8C17D0

Tints of Dark Violet #8C17D0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.2%

 BLUE value IS 208 (81.64% from 255) = 56.06%

R = 37.74%
G = 6.2%
B = 56.06%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8C17D0 (or 0x8C17D0) is known color: Dark Violet. HEX triplet: 8C, 17 and D0. RGB value is (140,23,208). Sum of RGB (Red+Green+Blue) = 140+23+208=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C17D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C17D0 is #73E82F. Grayscale: #4E4E4E. Windows color (decimal): -7596080 or 13637516. OLE color: 13637516.

HSL color Cylindrical-coordinate representation of color #8C17D0: hue angle of 277.95º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C17D0 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 23 208 -
CMYK 0.33 0.89 0 0.18
HSL 277.95º 0.8% 0.45% -
HSV(B) 277.95º 0.89% 0.82% -
XYZ 22.51 10.74 60.56 -
YUV 79.07 200.76 171.46 -
System Red Green Blue C M Y K H S L
Decimal 140 23 208 0.33 0.89 0 0.18 277.95 0.8 0.45
Hex 8C 17 D0 21 59 0 12 116 50 2D
Octal 214 27 320 41 131 0 22 426 120 55
Binary 10001100 10111 11010000 100001 1011001 0 10010 100010110 1010000 101101

Color Harmonies of #8C17D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C17D0

Black with #8C17D0

Text Example


Text Example

White with #8C17D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,23,208); }

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

background-color css

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

 a { background-color: rgb(140,23,208); }

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

border-color css

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

 span { border-color: rgb(140,23,208); }

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