Html Css Color HEX #8C2B6D Dark Purple

📋 copy color: '#8C2B6D'

red 140 ◦ green 43 ◦ blue 109

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

Shades of Dark Purple #8C2B6D

Tints of Dark Purple #8C2B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.73%

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 47.95%
G = 14.73%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C2B6D (or 0x8C2B6D) is known color: Dark Purple. HEX triplet: 8C, 2B and 6D. RGB value is (140,43,109). Sum of RGB (Red+Green+Blue) = 140+43+109=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B6D is #73D492. Grayscale: #4F4F4F. Windows color (decimal): -7591059 or 7154572. OLE color: 7154572.

HSL color Cylindrical-coordinate representation of color #8C2B6D: hue angle of 319.18º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2B6D is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 43 109 -
CMYK 0 0.69 0.22 0.45
HSL 319.18º 0.53% 0.36% -
HSV(B) 319.18º 0.69% 0.55% -
XYZ 14.44 8.41 15.33 -
YUV 79.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 140 43 109 0 0.69 0.22 0.45 319.18 0.53 0.36
Hex 8C 2B 6D 0 45 16 2D 13F 35 24
Octal 214 53 155 0 105 26 55 477 65 44
Binary 10001100 101011 1101101 0 1000101 10110 101101 100111111 110101 100100

Color Harmonies of #8C2B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B6D

Black with #8C2B6D

Text Example


Text Example

White with #8C2B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,43,109); }

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

background-color css

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

 a { background-color: rgb(140,43,109); }

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

border-color css

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

 span { border-color: rgb(140,43,109); }

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