Html Css Color HEX #8F238E Dark Purple

📋 copy color: '#8F238E'

red 143 ◦ green 35 ◦ blue 142

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

Shades of Dark Purple #8F238E

Tints of Dark Purple #8F238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

 BLUE value IS 142 (55.86% from 255) = 44.38%

R = 44.69%
G = 10.94%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F238E (or 0x8F238E) is known color: Dark Purple. HEX triplet: 8F, 23 and 8E. RGB value is (143,35,142). Sum of RGB (Red+Green+Blue) = 143+35+142=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F238E is #70DC71. Grayscale: #4F4F4F. Windows color (decimal): -7396466 or 9315215. OLE color: 9315215.

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

Color convert

RGB 143 35 142 -
CMYK 0 0.76 0.01 0.44
HSL 300.56º 0.61% 0.35% -
HSV(B) 300.56º 0.76% 0.56% -
XYZ 16.81 8.99 26.44 -
YUV 79.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 143 35 142 0 0.76 0.01 0.44 300.56 0.61 0.35
Hex 8F 23 8E 0 4C 1 2C 12D 3D 23
Octal 217 43 216 0 114 1 54 455 75 43
Binary 10001111 100011 10001110 0 1001100 1 101100 100101101 111101 100011

Color Harmonies of #8F238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F238E

Black with #8F238E

Text Example


Text Example

White with #8F238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,35,142); }

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

background-color css

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

 a { background-color: rgb(143,35,142); }

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

border-color css

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

 span { border-color: rgb(143,35,142); }

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