#8F3BD4

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

Shades of Dark Orchid #8F3BD4

Tints of Dark Orchid #8F3BD4

Color information

#8F3BD4 (or 0x8F3BD4) is unknown color: approx Dark Orchid. HEX triplet: 8F, 3B and D4. RGB value is (143,59,212). Sum of RGB (Red+Green+Blue) = 143+59+212=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 212 (83.20% from 255 or 51.21% from 414); Max value from RGB is 212 - color contains mainly: blue. Hex color #8F3BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3BD4 is #70C42B. Grayscale: #656565. Windows color (decimal): -7390252 or 13908879. OLE color: 13908879.

HSL color Cylindrical-coordinate representation of color #8F3BD4: hue angle of 272.94º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F3BD4 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14359212-
CMYK0.330.7200.17
HSL272.94º64.02%53.14%-
HSV(B)272.94º72.17%83.14%-
XYZ24.7813.7263.63-
YUV101.56190.33157.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.54%
GREEN value IS 59 (23.44% from 255) = 14.25%
BLUE value IS 212 (83.20% from 255) = 51.21%
R=34.54%
G=14.25%
B=51.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal143592120.330.7200.17272.9464.0253.14
Hex8F3BD421480111114035
Octal217733244111002142110065
Binary100011111110111101010010000110010000100011000100011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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