#8A2BBF

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

Shades of Dark Orchid #8A2BBF

Tints of Dark Orchid #8A2BBF

Color information

#8A2BBF (or 0x8A2BBF) is unknown color: approx Dark Orchid. HEX triplet: 8A, 2B and BF. RGB value is (138,43,191). Sum of RGB (Red+Green+Blue) = 138+43+191=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2BBF is #75D440. Grayscale: #575757. Windows color (decimal): -7722049 or 12528522. OLE color: 12528522.

HSL color Cylindrical-coordinate representation of color #8A2BBF: hue angle of 278.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A2BBF is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13843191-
CMYK0.280.7700.25
HSL278.51º63.25%45.88%-
HSV(B)278.51º77.49%74.9%-
XYZ20.7510.8950.3-
YUV88.28185.97163.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.10%
GREEN value IS 43 (17.19% from 255) = 11.56%
BLUE value IS 191 (75% from 255) = 51.34%
R=37.10%
G=11.56%
B=51.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138431910.280.7700.25278.5163.2545.88
Hex8A2BBF1C4D0191173f2e
Octal21253277341150314277756
Binary1000101010101110111111111001001101011001100010111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,43,191); }

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

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

 a { background-color: rgb(138,43,191); }

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

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

 span { border-color: rgb(138,43,191); }

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