Html Css Color HEX #8F258C Dark Purple

📋 copy color: '#8F258C'

red 143 ◦ green 37 ◦ blue 140

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

Shades of Dark Purple #8F258C

Tints of Dark Purple #8F258C

RGB

 RED value IS 143 (56.25% from 255) = 44.69%

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

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

R = 44.69%
G = 11.56%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F258C (or 0x8F258C) is known color: Dark Purple. HEX triplet: 8F, 25 and 8C. RGB value is (143,37,140). Sum of RGB (Red+Green+Blue) = 143+37+140=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F258C is #70DA73. Grayscale: #505050. Windows color (decimal): -7395956 or 9184655. OLE color: 9184655.

HSL color Cylindrical-coordinate representation of color #8F258C: hue angle of 301.7º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F258C is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 37 140 -
CMYK 0 0.74 0.02 0.44
HSL 301.7º 0.59% 0.35% -
HSV(B) 301.7º 0.74% 0.56% -
XYZ 16.72 9.06 25.68 -
YUV 80.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 143 37 140 0 0.74 0.02 0.44 301.7 0.59 0.35
Hex 8F 25 8C 0 4A 2 2C 12E 3B 23
Octal 217 45 214 0 112 2 54 456 73 43
Binary 10001111 100101 10001100 0 1001010 10 101100 100101110 111011 100011

Color Harmonies of #8F258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F258C

Black with #8F258C

Text Example


Text Example

White with #8F258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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