Html Css Color HEX #8C258D Dark Purple

📋 copy color: '#8C258D'

red 140 ◦ green 37 ◦ blue 141

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

Shades of Dark Purple #8C258D

Tints of Dark Purple #8C258D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 44.03%
G = 11.64%
B = 44.34%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C258D (or 0x8C258D) is known color: Dark Purple. HEX triplet: 8C, 25 and 8D. RGB value is (140,37,141). Sum of RGB (Red+Green+Blue) = 140+37+141=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C258D is #73DA72. Grayscale: #4F4F4F. Windows color (decimal): -7592563 or 9250188. OLE color: 9250188.

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

Color convert

RGB 140 37 141 -
CMYK 0.01 0.74 0 0.45
HSL 299.42º 0.58% 0.35% -
HSV(B) 299.42º 0.74% 0.55% -
XYZ 16.28 8.82 26.04 -
YUV 79.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 140 37 141 0.01 0.74 0 0.45 299.42 0.58 0.35
Hex 8C 25 8D 1 4A 0 2D 12B 3A 23
Octal 214 45 215 1 112 0 55 453 72 43
Binary 10001100 100101 10001101 1 1001010 0 101101 100101011 111010 100011

Color Harmonies of #8C258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C258D

Black with #8C258D

Text Example


Text Example

White with #8C258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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