#8F35BD

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

Shades of Dark Orchid #8F35BD

Tints of Dark Orchid #8F35BD

Color information

#8F35BD (or 0x8F35BD) is unknown color: approx Dark Orchid. HEX triplet: 8F, 35 and BD. RGB value is (143,53,189). Sum of RGB (Red+Green+Blue) = 143+53+189=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F35BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F35BD is #70CA42. Grayscale: #5E5E5E. Windows color (decimal): -7391811 or 12400015. OLE color: 12400015.

HSL color Cylindrical-coordinate representation of color #8F35BD: hue angle of 279.71º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F35BD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14353189-
CMYK0.240.7200.26
HSL279.71º56.2%47.45%-
HSV(B)279.71º71.96%74.12%-
XYZ21.7912.0649.32-
YUV95.41180.82161.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.14%
GREEN value IS 53 (21.09% from 255) = 13.77%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=37.14%
G=13.77%
B=49.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal143531890.240.7200.26279.7156.247.45
Hex8F35BD184801A118382f
Octal21765275301100324307057
Binary1000111111010110111101110001001000011010100011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F35BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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