#8F3FC7

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

Shades of Dark Orchid #8F3FC7

Tints of Dark Orchid #8F3FC7

Color information

#8F3FC7 (or 0x8F3FC7) is unknown color: approx Dark Orchid. HEX triplet: 8F, 3F and C7. RGB value is (143,63,199). Sum of RGB (Red+Green+Blue) = 143+63+199=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #8F3FC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3FC7 is #70C038. Grayscale: #656565. Windows color (decimal): -7389241 or 13057935. OLE color: 13057935.

HSL color Cylindrical-coordinate representation of color #8F3FC7: hue angle of 275.29º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F3FC7 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14363199-
CMYK0.280.6800.22
HSL275.29º54.84%51.37%-
HSV(B)275.29º68.34%78.04%-
XYZ23.4113.5255.41-
YUV102.42182.5156.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.31%
GREEN value IS 63 (25% from 255) = 15.56%
BLUE value IS 199 (78.12% from 255) = 49.14%
R=35.31%
G=15.56%
B=49.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal143631990.280.6800.22275.2954.8451.37
Hex8F3FC71C440161133733
Octal21777307341040264236763
Binary1000111111111111000111111001000100010110100010011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,63,199); }

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

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

 a { background-color: rgb(143,63,199); }

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

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

 span { border-color: rgb(143,63,199); }

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