#8F35BE

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

Shades of Dark Orchid #8F35BE

Tints of Dark Orchid #8F35BE

Color information

#8F35BE (or 0x8F35BE) is unknown color: approx Dark Orchid. HEX triplet: 8F, 35 and BE. RGB value is (143,53,190). Sum of RGB (Red+Green+Blue) = 143+53+190=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F35BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F35BE is #70CA41. Grayscale: #5F5F5F. Windows color (decimal): -7391810 or 12465551. OLE color: 12465551.

HSL color Cylindrical-coordinate representation of color #8F35BE: hue angle of 279.42º degrees, saturation: 0.56, 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 #8F35BE is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14353190-
CMYK0.250.7200.25
HSL279.42º56.38%47.65%-
HSV(B)279.42º72.11%74.51%-
XYZ21.912.149.9-
YUV95.53181.32161.86-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.05%
GREEN value IS 53 (21.09% from 255) = 13.73%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=37.05%
G=13.73%
B=49.22%

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
Decimal143531900.250.7200.25279.4256.3847.65
Hex8F35BE19480191173830
Octal21765276311100314277060
Binary1000111111010110111110110011001000011001100010111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F35BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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