Html Css Color HEX #8C258C Dark Purple

📋 copy color: '#8C258C'

red 140 ◦ green 37 ◦ blue 140

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

Shades of Dark Purple #8C258C

Tints of Dark Purple #8C258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 44.16%
G = 11.67%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8C258C (or 0x8C258C) is known color: Dark Purple. HEX triplet: 8C, 25 and 8C. RGB value is (140,37,140). Sum of RGB (Red+Green+Blue) = 140+37+140=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C258C is #73DA73. Grayscale: #4F4F4F. Windows color (decimal): -7592564 or 9184652. OLE color: 9184652.

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

Color convert

RGB 140 37 140 -
CMYK 0 0.74 0 0.45
HSL 300º 0.58% 0.35% -
HSV(B) 300º 0.74% 0.55% -
XYZ 16.21 8.79 25.65 -
YUV 79.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 140 37 140 0 0.74 0 0.45 300 0.58 0.35
Hex 8C 25 8C 0 4A 0 2D 12C 3A 23
Octal 214 45 214 0 112 0 55 454 72 43
Binary 10001100 100101 10001100 0 1001010 0 101101 100101100 111010 100011

Color Harmonies of #8C258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C258C

Black with #8C258C

Text Example


Text Example

White with #8C258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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