#8B2BAF

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

Shades of Dark Orchid #8B2BAF

Tints of Dark Orchid #8B2BAF

Color information

#8B2BAF (or 0x8B2BAF) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2B and AF. RGB value is (139,43,175). Sum of RGB (Red+Green+Blue) = 139+43+175=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B2BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2BAF is #74D450. Grayscale: #565656. Windows color (decimal): -7656529 or 11479947. OLE color: 11479947.

HSL color Cylindrical-coordinate representation of color #8B2BAF: hue angle of 283.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2BAF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13943175-
CMYK0.210.7500.31
HSL283.64º60.55%42.75%-
HSV(B)283.64º75.43%68.63%-
XYZ19.2510.3141.53-
YUV86.75177.8165.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 43 (17.19% from 255) = 12.04%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=38.94%
G=12.04%
B=49.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal139431750.210.7500.31283.6460.5542.75
Hex8B2BAF154B01F11c3d2b
Octal21353257251130374347553
Binary1000101110101110101111101011001011011111100011100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,43,175); }

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

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

 a { background-color: rgb(139,43,175); }

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

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

 span { border-color: rgb(139,43,175); }

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