Html Css Color HEX #8C17BC Dark Violet

📋 copy color: '#8C17BC'

red 140 ◦ green 23 ◦ blue 188

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

Shades of Dark Violet #8C17BC

Tints of Dark Violet #8C17BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 39.89%
G = 6.55%
B = 53.56%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C17BC (or 0x8C17BC) is known color: Dark Violet. HEX triplet: 8C, 17 and BC. RGB value is (140,23,188). Sum of RGB (Red+Green+Blue) = 140+23+188=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C17BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C17BC is #73E843. Grayscale: #4C4C4C. Windows color (decimal): -7596100 or 12326796. OLE color: 12326796.

HSL color Cylindrical-coordinate representation of color #8C17BC: hue angle of 282.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8C17BC is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 23 188 -
CMYK 0.26 0.88 0 0.26
HSL 282.55º 0.78% 0.41% -
HSV(B) 282.55º 0.88% 0.74% -
XYZ 20.2 9.82 48.41 -
YUV 76.79 190.76 173.08 -
System Red Green Blue C M Y K H S L
Decimal 140 23 188 0.26 0.88 0 0.26 282.55 0.78 0.41
Hex 8C 17 BC 1A 58 0 1A 11B 4E 29
Octal 214 27 274 32 130 0 32 433 116 51
Binary 10001100 10111 10111100 11010 1011000 0 11010 100011011 1001110 101001

Color Harmonies of #8C17BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C17BC

Black with #8C17BC

Text Example


Text Example

White with #8C17BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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