#8B48D2

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

Shades of Dark Orchid #8B48D2

Tints of Dark Orchid #8B48D2

Color information

#8B48D2 (or 0x8B48D2) is unknown color: approx Dark Orchid. HEX triplet: 8B, 48 and D2. RGB value is (139,72,210). Sum of RGB (Red+Green+Blue) = 139+72+210=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 210 (82.42% from 255 or 49.88% from 421); Max value from RGB is 210 - color contains mainly: blue. Hex color #8B48D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B48D2 is #74B72D. Grayscale: #6B6B6B. Windows color (decimal): -7649070 or 13781131. OLE color: 13781131.

HSL color Cylindrical-coordinate representation of color #8B48D2: hue angle of 269.13º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B48D2 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13972210-
CMYK0.340.6600.18
HSL269.13º60.53%55.29%-
HSV(B)269.13º65.71%82.35%-
XYZ24.614.7862.53-
YUV107.76185.7150.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 72 (28.52% from 255) = 17.10%
BLUE value IS 210 (82.42% from 255) = 49.88%
R=33.02%
G=17.10%
B=49.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139722100.340.6600.18269.1360.5355.29
Hex8B48D2224201210d3d37
Octal213110322421020224157567
Binary100010111001000110100101000101000010010010100001101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B48D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,72,210); }

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

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

 a { background-color: rgb(139,72,210); }

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

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

 span { border-color: rgb(139,72,210); }

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