#8F34BB

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

Shades of Dark Orchid #8F34BB

Tints of Dark Orchid #8F34BB

Color information

#8F34BB (or 0x8F34BB) is unknown color: approx Dark Orchid. HEX triplet: 8F, 34 and BB. RGB value is (143,52,187). Sum of RGB (Red+Green+Blue) = 143+52+187=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F34BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F34BB is #70CB44. Grayscale: #5E5E5E. Windows color (decimal): -7392069 or 12268687. OLE color: 12268687.

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

Color convert

RGB14352187-
CMYK0.240.7200.27
HSL280.44º56.49%46.86%-
HSV(B)280.44º72.19%73.33%-
XYZ21.5311.8848.17-
YUV94.6180.15162.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 52 (20.70% from 255) = 13.61%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=37.43%
G=13.61%
B=48.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143521870.240.7200.27280.4456.4946.86
Hex8F34BB184801B118382f
Octal21764273301100334307057
Binary1000111111010010111011110001001000011011100011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F34BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,52,187); }

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

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

 a { background-color: rgb(143,52,187); }

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

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

 span { border-color: rgb(143,52,187); }

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