#8B18B3

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

Shades of Dark Orchid #8B18B3

Tints of Dark Orchid #8B18B3

Color information

#8B18B3 (or 0x8B18B3) is unknown color: approx Dark Orchid. HEX triplet: 8B, 18 and B3. RGB value is (139,24,179). Sum of RGB (Red+Green+Blue) = 139+24+179=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #8B18B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B18B3 is #74E74C. Grayscale: #4B4B4B. Windows color (decimal): -7661389 or 11737227. OLE color: 11737227.

HSL color Cylindrical-coordinate representation of color #8B18B3: hue angle of 284.52º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B18B3 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13924179-
CMYK0.220.8700.30
HSL284.52º76.35%39.8%-
HSV(B)284.52º86.59%70.2%-
XYZ19.119.443.45-
YUV76.06186.1172.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 24 (9.77% from 255) = 7.02%
BLUE value IS 179 (70.31% from 255) = 52.34%
R=40.64%
G=7.02%
B=52.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139241790.220.8700.30284.5276.3539.8
Hex8B18B3165701E11d4c28
Octal213302632612703643511450
Binary1000101111000101100111011010101110111101000111011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B18B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,24,179); }

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

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

 a { background-color: rgb(139,24,179); }

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

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

 span { border-color: rgb(139,24,179); }

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