#8F35BF

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

Shades of Dark Orchid #8F35BF

Tints of Dark Orchid #8F35BF

Color information

#8F35BF (or 0x8F35BF) is unknown color: approx Dark Orchid. HEX triplet: 8F, 35 and BF. RGB value is (143,53,191). Sum of RGB (Red+Green+Blue) = 143+53+191=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F35BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F35BF is #70CA40. Grayscale: #5F5F5F. Windows color (decimal): -7391809 or 12531087. OLE color: 12531087.

HSL color Cylindrical-coordinate representation of color #8F35BF: hue angle of 279.13º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F35BF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14353191-
CMYK0.250.7200.25
HSL279.13º56.56%47.84%-
HSV(B)279.13º72.25%74.9%-
XYZ2212.1550.48-
YUV95.64181.82161.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 53 (21.09% from 255) = 13.70%
BLUE value IS 191 (75% from 255) = 49.35%
R=36.95%
G=13.70%
B=49.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143531910.250.7200.25279.1356.5647.84
Hex8F35BF19480191173930
Octal21765277311100314277160
Binary1000111111010110111111110011001000011001100010111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F35BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,53,191); }

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

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

 a { background-color: rgb(143,53,191); }

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

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

 span { border-color: rgb(143,53,191); }

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