#8A18B3

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

Shades of Dark Orchid #8A18B3

Tints of Dark Orchid #8A18B3

Color information

#8A18B3 (or 0x8A18B3) is unknown color: approx Dark Orchid. HEX triplet: 8A, 18 and B3. RGB value is (138,24,179). Sum of RGB (Red+Green+Blue) = 138+24+179=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A18B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A18B3 is #75E74C. Grayscale: #4B4B4B. Windows color (decimal): -7726925 or 11737226. OLE color: 11737226.

HSL color Cylindrical-coordinate representation of color #8A18B3: hue angle of 284.13º 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 #8A18B3 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13824179-
CMYK0.230.8700.30
HSL284.13º76.35%39.8%-
HSV(B)284.13º86.59%70.2%-
XYZ18.949.3143.45-
YUV75.76186.27172.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 24 (9.77% from 255) = 7.04%
BLUE value IS 179 (70.31% from 255) = 52.49%
R=40.47%
G=7.04%
B=52.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal138241790.230.8700.30284.1376.3539.8
Hex8A18B3175701E11c4c28
Octal212302632712703643411450
Binary1000101011000101100111011110101110111101000111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A18B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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