Html Css Color HEX #8F228A Dark Purple

📋 copy color: '#8F228A'

red 143 ◦ green 34 ◦ blue 138

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

Shades of Dark Purple #8F228A

Tints of Dark Purple #8F228A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.79%

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 45.4%
G = 10.79%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F228A (or 0x8F228A) is known color: Dark Purple. HEX triplet: 8F, 22 and 8A. RGB value is (143,34,138). Sum of RGB (Red+Green+Blue) = 143+34+138=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F228A is #70DD75. Grayscale: #4E4E4E. Windows color (decimal): -7396726 or 9052815. OLE color: 9052815.

HSL color Cylindrical-coordinate representation of color #8F228A: hue angle of 302.75º degrees, saturation: 0.62, 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 #8F228A is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 34 138 -
CMYK 0 0.76 0.03 0.44
HSL 302.75º 0.62% 0.35% -
HSV(B) 302.75º 0.76% 0.56% -
XYZ 16.49 8.82 24.88 -
YUV 78.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 143 34 138 0 0.76 0.03 0.44 302.75 0.62 0.35
Hex 8F 22 8A 0 4C 3 2C 12F 3E 23
Octal 217 42 212 0 114 3 54 457 76 43
Binary 10001111 100010 10001010 0 1001100 11 101100 100101111 111110 100011

Color Harmonies of #8F228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F228A

Black with #8F228A

Text Example


Text Example

White with #8F228A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,34,138); }

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

background-color css

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

 a { background-color: rgb(143,34,138); }

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

border-color css

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

 span { border-color: rgb(143,34,138); }

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