#8F2BD4

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

Shades of Dark Orchid #8F2BD4

Tints of Dark Orchid #8F2BD4

Color information

#8F2BD4 (or 0x8F2BD4) is unknown color: approx Dark Orchid. HEX triplet: 8F, 2B and D4. RGB value is (143,43,212). Sum of RGB (Red+Green+Blue) = 143+43+212=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 212 (83.20% from 255 or 53.27% from 398); Max value from RGB is 212 - color contains mainly: blue. Hex color #8F2BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2BD4 is #70D42B. Grayscale: #5B5B5B. Windows color (decimal): -7394348 or 13904783. OLE color: 13904783.

HSL color Cylindrical-coordinate representation of color #8F2BD4: hue angle of 275.5º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F2BD4 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14343212-
CMYK0.330.8000.17
HSL275.5º66.27%50%-
HSV(B)275.5º79.72%83.14%-
XYZ24.0812.3263.4-
YUV92.17195.63164.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.93%
GREEN value IS 43 (17.19% from 255) = 10.80%
BLUE value IS 212 (83.20% from 255) = 53.27%
R=35.93%
G=10.80%
B=53.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal143432120.330.8000.17275.566.2750
Hex8F2BD421500111144232
Octal217533244112002142410262
Binary100011111010111101010010000110100000100011000101001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,43,212); }

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

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

 a { background-color: rgb(143,43,212); }

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

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

 span { border-color: rgb(143,43,212); }

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