Html Css Color HEX #8C0C75 Dark Purple

📋 copy color: '#8C0C75'

red 140 ◦ green 12 ◦ blue 117

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

Shades of Dark Purple #8C0C75

Tints of Dark Purple #8C0C75

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 52.04%
G = 4.46%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C0C75 (or 0x8C0C75) is known color: Dark Purple. HEX triplet: 8C, 0C and 75. RGB value is (140,12,117). Sum of RGB (Red+Green+Blue) = 140+12+117=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C75 is #73F38A. Grayscale: #3D3D3D. Windows color (decimal): -7598987 or 7670924. OLE color: 7670924.

HSL color Cylindrical-coordinate representation of color #8C0C75: hue angle of 310.78º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C75 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 12 117 -
CMYK 0 0.91 0.16 0.45
HSL 310.78º 0.84% 0.3% -
HSV(B) 310.78º 0.91% 0.55% -
XYZ 14.16 7.12 17.46 -
YUV 62.24 158.91 183.46 -
System Red Green Blue C M Y K H S L
Decimal 140 12 117 0 0.91 0.16 0.45 310.78 0.84 0.3
Hex 8C C 75 0 5B 10 2D 137 54 1E
Octal 214 14 165 0 133 20 55 467 124 36
Binary 10001100 1100 1110101 0 1011011 10000 101101 100110111 1010100 11110

Color Harmonies of #8C0C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0C75

Black with #8C0C75

Text Example


Text Example

White with #8C0C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,12,117); }

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

background-color css

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

 a { background-color: rgb(140,12,117); }

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

border-color css

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

 span { border-color: rgb(140,12,117); }

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