Html Css Color HEX #8C2B68 Dark Purple

📋 copy color: '#8C2B68'

red 140 ◦ green 43 ◦ blue 104

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

Shades of Dark Purple #8C2B68

Tints of Dark Purple #8C2B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 48.78%
G = 14.98%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C2B68 (or 0x8C2B68) is known color: Dark Purple. HEX triplet: 8C, 2B and 68. RGB value is (140,43,104). Sum of RGB (Red+Green+Blue) = 140+43+104=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B68 is #73D497. Grayscale: #4E4E4E. Windows color (decimal): -7591064 or 6826892. OLE color: 6826892.

HSL color Cylindrical-coordinate representation of color #8C2B68: hue angle of 322.27º 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 #8C2B68 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 43 104 -
CMYK 0 0.69 0.26 0.45
HSL 322.27º 0.53% 0.36% -
HSV(B) 322.27º 0.69% 0.55% -
XYZ 14.18 8.3 13.95 -
YUV 78.96 142.14 171.54 -
System Red Green Blue C M Y K H S L
Decimal 140 43 104 0 0.69 0.26 0.45 322.27 0.53 0.36
Hex 8C 2B 68 0 45 1A 2D 142 35 24
Octal 214 53 150 0 105 32 55 502 65 44
Binary 10001100 101011 1101000 0 1000101 11010 101101 101000010 110101 100100

Color Harmonies of #8C2B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B68

Black with #8C2B68

Text Example


Text Example

White with #8C2B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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