#8B38BD

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

Shades of Dark Orchid #8B38BD

Tints of Dark Orchid #8B38BD

Color information

#8B38BD (or 0x8B38BD) is unknown color: approx Dark Orchid. HEX triplet: 8B, 38 and BD. RGB value is (139,56,189). Sum of RGB (Red+Green+Blue) = 139+56+189=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B38BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B38BD is #74C742. Grayscale: #5F5F5F. Windows color (decimal): -7653187 or 12400779. OLE color: 12400779.

HSL color Cylindrical-coordinate representation of color #8B38BD: hue angle of 277.44º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B38BD is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13956189-
CMYK0.260.7000.26
HSL277.44º54.29%48.04%-
HSV(B)277.44º70.37%74.12%-
XYZ21.2511.9949.34-
YUV95.98180.5158.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.20%
GREEN value IS 56 (22.27% from 255) = 14.58%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=36.20%
G=14.58%
B=49.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal139561890.260.7000.26277.4454.2948.04
Hex8B38BD1A4601A1153630
Octal21370275321060324256660
Binary1000101111100010111101110101000110011010100010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B38BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,56,189); }

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

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

 a { background-color: rgb(139,56,189); }

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

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

 span { border-color: rgb(139,56,189); }

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