Html Css Color HEX #8C2569 Dark Purple

📋 copy color: '#8C2569'

red 140 ◦ green 37 ◦ blue 105

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

Shades of Dark Purple #8C2569

Tints of Dark Purple #8C2569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 49.65%
G = 13.12%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C2569 (or 0x8C2569) is known color: Dark Purple. HEX triplet: 8C, 25 and 69. RGB value is (140,37,105). Sum of RGB (Red+Green+Blue) = 140+37+105=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2569 is #73DA96. Grayscale: #4B4B4B. Windows color (decimal): -7592599 or 6890892. OLE color: 6890892.

HSL color Cylindrical-coordinate representation of color #8C2569: hue angle of 320.39º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C2569 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 37 105 -
CMYK 0 0.74 0.25 0.45
HSL 320.39º 0.58% 0.35% -
HSV(B) 320.39º 0.74% 0.55% -
XYZ 14.03 7.92 14.15 -
YUV 75.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 140 37 105 0 0.74 0.25 0.45 320.39 0.58 0.35
Hex 8C 25 69 0 4A 19 2D 140 3A 23
Octal 214 45 151 0 112 31 55 500 72 43
Binary 10001100 100101 1101001 0 1001010 11001 101101 101000000 111010 100011

Color Harmonies of #8C2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2569

Black with #8C2569

Text Example


Text Example

White with #8C2569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,37,105); }

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

background-color css

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

 a { background-color: rgb(140,37,105); }

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

border-color css

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

 span { border-color: rgb(140,37,105); }

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