#8f25c8

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

Shades of Dark Orchid #8F25C8

Tints of Dark Orchid #8F25C8

Color information

#8F25C8 (or 0x8F25C8) is unknown color: approx Dark Orchid. HEX triplet: 8F, 25 and C8. RGB value is (143,37,200). Sum of RGB (Red+Green+Blue) = 143+37+200=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F25C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F25C8 is #70DA37. Grayscale: #565656. Windows color (decimal): -7395896 or 13116815. OLE color: 13116815.

HSL color Cylindrical-coordinate representation of color #8F25C8: hue angle of 279.02º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F25C8 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14337200-
CMYK0.280.8200.22
HSL279.02º68.78%46.47%-
HSV(B)279.02º81.5%78.43%-
XYZ22.4111.3355.65-
YUV87.28191.62167.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 37 (14.84% from 255) = 9.74%
BLUE value IS 200 (78.52% from 255) = 52.63%
R=37.63%
G=9.74%
B=52.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143372000.280.8200.22279.0268.7846.47
Hex8F25C81C52016117452e
Octal217453103412202642710556
Binary10001111100101110010001110010100100101101000101111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f25c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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