#8F24B3

Color #8F24B3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8F24B3

Tints of Dark Orchid #8F24B3

Color information

#8F24B3 (or 0x8F24B3) is unknown color: approx Dark Orchid. HEX triplet: 8F, 24 and B3. RGB value is (143,36,179). Sum of RGB (Red+Green+Blue) = 143+36+179=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F24B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F24B3 is #70DB4C. Grayscale: #535353. Windows color (decimal): -7396173 or 11740303. OLE color: 11740303.

HSL color Cylindrical-coordinate representation of color #8F24B3: hue angle of 284.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F24B3 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14336179-
CMYK0.200.8000.30
HSL284.9º66.51%42.16%-
HSV(B)284.9º79.89%70.2%-
XYZ20.110.3643.59-
YUV84.3181.45169.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.94%
GREEN value IS 36 (14.45% from 255) = 10.06%
BLUE value IS 179 (70.31% from 255) = 50%
R=39.94%
G=10.06%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal143361790.200.8000.30284.966.5142.16
Hex8F24B3145001E11d432a
Octal217442632412003643510352
Binary10001111100100101100111010010100000111101000111011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F24B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,36,179); }

 H1.HeaderClassName
 {
   color: #8F24B3;
 }
 .AnyTagClassName
 {
   color: #8F24B3;
 }
</style>
background-color css

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

 a { background-color: rgb(143,36,179); }

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

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

 span { border-color: rgb(143,36,179); }

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