Html Css Color HEX #8C1B6C Dark Purple

📋 copy color: '#8C1B6C'

red 140 ◦ green 27 ◦ blue 108

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

Shades of Dark Purple #8C1B6C

Tints of Dark Purple #8C1B6C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.82%

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 50.91%
G = 9.82%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C1B6C (or 0x8C1B6C) is known color: Dark Purple. HEX triplet: 8C, 1B and 6C. RGB value is (140,27,108). Sum of RGB (Red+Green+Blue) = 140+27+108=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1B6C is #73E493. Grayscale: #454545. Windows color (decimal): -7595156 or 7084940. OLE color: 7084940.

HSL color Cylindrical-coordinate representation of color #8C1B6C: hue angle of 316.99º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1B6C is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 27 108 -
CMYK 0 0.81 0.23 0.45
HSL 316.99º 0.68% 0.33% -
HSV(B) 316.99º 0.81% 0.55% -
XYZ 13.91 7.44 14.89 -
YUV 70.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 140 27 108 0 0.81 0.23 0.45 316.99 0.68 0.33
Hex 8C 1B 6C 0 51 17 2D 13D 44 21
Octal 214 33 154 0 121 27 55 475 104 41
Binary 10001100 11011 1101100 0 1010001 10111 101101 100111101 1000100 100001

Color Harmonies of #8C1B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1B6C

Black with #8C1B6C

Text Example


Text Example

White with #8C1B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,27,108); }

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

background-color css

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

 a { background-color: rgb(140,27,108); }

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

border-color css

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

 span { border-color: rgb(140,27,108); }

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