Html Css Color HEX #8C17D7 Blue Violet

📋 copy color: '#8C17D7'

red 140 ◦ green 23 ◦ blue 215

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

Shades of Blue Violet #8C17D7

Tints of Blue Violet #8C17D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 56.88%

R = 37.04%
G = 6.08%
B = 56.88%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C17D7 (or 0x8C17D7) is known color: Blue Violet. HEX triplet: 8C, 17 and D7. RGB value is (140,23,215). Sum of RGB (Red+Green+Blue) = 140+23+215=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #8C17D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C17D7 is #73E828. Grayscale: #4F4F4F. Windows color (decimal): -7596073 or 14096268. OLE color: 14096268.

HSL color Cylindrical-coordinate representation of color #8C17D7: hue angle of 276.56º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C17D7 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 23 215 -
CMYK 0.35 0.89 0 0.16
HSL 276.56º 0.81% 0.47% -
HSV(B) 276.56º 0.89% 0.84% -
XYZ 23.39 11.09 65.2 -
YUV 79.87 204.26 170.89 -
System Red Green Blue C M Y K H S L
Decimal 140 23 215 0.35 0.89 0 0.16 276.56 0.81 0.47
Hex 8C 17 D7 23 59 0 10 115 51 2F
Octal 214 27 327 43 131 0 20 425 121 57
Binary 10001100 10111 11010111 100011 1011001 0 10000 100010101 1010001 101111

Color Harmonies of #8C17D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C17D7

Black with #8C17D7

Text Example


Text Example

White with #8C17D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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