Html Css Color HEX #8C15CC Dark Violet

📋 copy color: '#8C15CC'

red 140 ◦ green 21 ◦ blue 204

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

Shades of Dark Violet #8C15CC

Tints of Dark Violet #8C15CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 38.36%
G = 5.75%
B = 55.89%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8C15CC (or 0x8C15CC) is known color: Dark Violet. HEX triplet: 8C, 15 and CC. RGB value is (140,21,204). Sum of RGB (Red+Green+Blue) = 140+21+204=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C15CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C15CC is #73EA33. Grayscale: #4C4C4C. Windows color (decimal): -7596596 or 13374860. OLE color: 13374860.

HSL color Cylindrical-coordinate representation of color #8C15CC: hue angle of 279.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C15CC is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 21 204 -
CMYK 0.31 0.90 0 0.2
HSL 279.02º 0.81% 0.44% -
HSV(B) 279.02º 0.9% 0.8% -
XYZ 21.98 10.47 57.99 -
YUV 77.44 199.42 172.62 -
System Red Green Blue C M Y K H S L
Decimal 140 21 204 0.31 0.90 0 0.2 279.02 0.81 0.44
Hex 8C 15 CC 1F 5A 0 14 117 51 2C
Octal 214 25 314 37 132 0 24 427 121 54
Binary 10001100 10101 11001100 11111 1011010 0 10100 100010111 1010001 101100

Color Harmonies of #8C15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C15CC

Black with #8C15CC

Text Example


Text Example

White with #8C15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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