#8F3AB0

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

Shades of Dark Orchid #8F3AB0

Tints of Dark Orchid #8F3AB0

Color information

#8F3AB0 (or 0x8F3AB0) is unknown color: approx Dark Orchid. HEX triplet: 8F, 3A and B0. RGB value is (143,58,176). Sum of RGB (Red+Green+Blue) = 143+58+176=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 176 - color contains mainly: blue. Hex color #8F3AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3AB0 is #70C54F. Grayscale: #606060. Windows color (decimal): -7390544 or 11549327. OLE color: 11549327.

HSL color Cylindrical-coordinate representation of color #8F3AB0: hue angle of 283.22º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F3AB0 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14358176-
CMYK0.190.6700.31
HSL283.22º50.43%45.88%-
HSV(B)283.22º67.05%69.02%-
XYZ20.681242.3-
YUV96.87172.66160.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 58 (23.05% from 255) = 15.38%
BLUE value IS 176 (69.14% from 255) = 46.68%
R=37.93%
G=15.38%
B=46.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143581760.190.6700.31283.2250.4345.88
Hex8F3AB0134301F11b322e
Octal21772260231030374336256
Binary1000111111101010110000100111000011011111100011011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,58,176); }

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

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

 a { background-color: rgb(143,58,176); }

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

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

 span { border-color: rgb(143,58,176); }

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