#8B2ABE

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

Shades of Dark Orchid #8B2ABE

Tints of Dark Orchid #8B2ABE

Color information

#8B2ABE (or 0x8B2ABE) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2A and BE. RGB value is (139,42,190). Sum of RGB (Red+Green+Blue) = 139+42+190=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B2ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2ABE is #74D541. Grayscale: #575757. Windows color (decimal): -7656770 or 12462731. OLE color: 12462731.

HSL color Cylindrical-coordinate representation of color #8B2ABE: hue angle of 279.32º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B2ABE is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13942190-
CMYK0.270.7800.25
HSL279.32º63.79%45.49%-
HSV(B)279.32º77.89%74.51%-
XYZ20.7710.8649.72-
YUV87.88185.64164.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=37.47%
G=11.32%
B=51.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139421900.270.7800.25279.3263.7945.49
Hex8B2ABE1B4E019117402d
Octal213522763311603142710055
Binary10001011101010101111101101110011100110011000101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,42,190); }

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

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

 a { background-color: rgb(139,42,190); }

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

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

 span { border-color: rgb(139,42,190); }

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