Html Css Color HEX #8F0A7B Purple

📋 copy color: '#8F0A7B'

red 143 ◦ green 10 ◦ blue 123

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

Shades of Purple #8F0A7B

Tints of Purple #8F0A7B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 51.81%
G = 3.62%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8F0A7B (or 0x8F0A7B) is known color: Purple. HEX triplet: 8F, 0A and 7B. RGB value is (143,10,123). Sum of RGB (Red+Green+Blue) = 143+10+123=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0A7B is #70F584. Grayscale: #3E3E3E. Windows color (decimal): -7402885 or 8063631. OLE color: 8063631.

HSL color Cylindrical-coordinate representation of color #8F0A7B: hue angle of 309.02º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0A7B is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 10 123 -
CMYK 0 0.93 0.14 0.44
HSL 309.02º 0.87% 0.3% -
HSV(B) 309.02º 0.93% 0.56% -
XYZ 15.01 7.49 19.39 -
YUV 62.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 143 10 123 0 0.93 0.14 0.44 309.02 0.87 0.3
Hex 8F A 7B 0 5D E 2C 135 57 1E
Octal 217 12 173 0 135 16 54 465 127 36
Binary 10001111 1010 1111011 0 1011101 1110 101100 100110101 1010111 11110

Color Harmonies of #8F0A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0A7B

Black with #8F0A7B

Text Example


Text Example

White with #8F0A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,10,123); }

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

background-color css

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

 a { background-color: rgb(143,10,123); }

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

border-color css

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

 span { border-color: rgb(143,10,123); }

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