Html Css Color HEX #8C256E Dark Purple

📋 copy color: '#8C256E'

red 140 ◦ green 37 ◦ blue 110

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

Shades of Dark Purple #8C256E

Tints of Dark Purple #8C256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 48.78%
G = 12.89%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C256E (or 0x8C256E) is known color: Dark Purple. HEX triplet: 8C, 25 and 6E. RGB value is (140,37,110). Sum of RGB (Red+Green+Blue) = 140+37+110=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C256E is #73DA91. Grayscale: #4B4B4B. Windows color (decimal): -7592594 or 7218572. OLE color: 7218572.

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

Color convert

RGB 140 37 110 -
CMYK 0 0.74 0.21 0.45
HSL 317.48º 0.58% 0.35% -
HSV(B) 317.48º 0.74% 0.55% -
XYZ 14.29 8.02 15.55 -
YUV 76.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 140 37 110 0 0.74 0.21 0.45 317.48 0.58 0.35
Hex 8C 25 6E 0 4A 15 2D 13D 3A 23
Octal 214 45 156 0 112 25 55 475 72 43
Binary 10001100 100101 1101110 0 1001010 10101 101101 100111101 111010 100011

Color Harmonies of #8C256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C256E

Black with #8C256E

Text Example


Text Example

White with #8C256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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