#8F21BB

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

Shades of Dark Orchid #8F21BB

Tints of Dark Orchid #8F21BB

Color information

#8F21BB (or 0x8F21BB) is unknown color: approx Dark Orchid. HEX triplet: 8F, 21 and BB. RGB value is (143,33,187). Sum of RGB (Red+Green+Blue) = 143+33+187=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F21BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21BB is #70DE44. Grayscale: #525252. Windows color (decimal): -7396933 or 12263823. OLE color: 12263823.

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

Color convert

RGB14333187-
CMYK0.240.8200.27
HSL282.86º70%43.14%-
HSV(B)282.86º82.35%73.33%-
XYZ20.8410.5247.94-
YUV83.45186.44170.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.39%
GREEN value IS 33 (13.28% from 255) = 9.09%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=39.39%
G=9.09%
B=51.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143331870.240.8200.27282.867043.14
Hex8F21BB185201B11b462b
Octal217412733012203343310653
Binary10001111100001101110111100010100100110111000110111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F21BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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