#8B38B3

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

Shades of Dark Orchid #8B38B3

Tints of Dark Orchid #8B38B3

Color information

#8B38B3 (or 0x8B38B3) is unknown color: approx Dark Orchid. HEX triplet: 8B, 38 and B3. RGB value is (139,56,179). Sum of RGB (Red+Green+Blue) = 139+56+179=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #8B38B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B38B3 is #74C74C. Grayscale: #5E5E5E. Windows color (decimal): -7653197 or 11745419. OLE color: 11745419.

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

Color convert

RGB13956179-
CMYK0.220.6900.30
HSL280.49º52.34%46.08%-
HSV(B)280.49º68.72%70.2%-
XYZ20.211.5743.82-
YUV94.84175.5159.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.17%
GREEN value IS 56 (22.27% from 255) = 14.97%
BLUE value IS 179 (70.31% from 255) = 47.86%
R=37.17%
G=14.97%
B=47.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139561790.220.6900.30280.4952.3446.08
Hex8B38B3164501E118342e
Octal21370263261050364306456
Binary1000101111100010110011101101000101011110100011000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B38B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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