#8A1BB4

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

Shades of Dark Orchid #8A1BB4

Tints of Dark Orchid #8A1BB4

Color information

#8A1BB4 (or 0x8A1BB4) is unknown color: approx Dark Orchid. HEX triplet: 8A, 1B and B4. RGB value is (138,27,180). Sum of RGB (Red+Green+Blue) = 138+27+180=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #8A1BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1BB4 is #75E44B. Grayscale: #4D4D4D. Windows color (decimal): -7726156 or 11803530. OLE color: 11803530.

HSL color Cylindrical-coordinate representation of color #8A1BB4: hue angle of 283.53º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A1BB4 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13827180-
CMYK0.230.8500.29
HSL283.53º73.91%40.59%-
HSV(B)283.53º85%70.59%-
XYZ19.119.4844-
YUV77.63185.77171.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 27 (10.94% from 255) = 7.83%
BLUE value IS 180 (70.70% from 255) = 52.17%
R=40%
G=7.83%
B=52.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138271800.230.8500.29283.5373.9140.59
Hex8A1BB4175501D11c4a29
Octal212332642712503543411251
Binary1000101011011101101001011110101010111011000111001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,27,180); }

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

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

 a { background-color: rgb(138,27,180); }

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

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

 span { border-color: rgb(138,27,180); }

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