#8B38CA

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

Shades of Dark Orchid #8B38CA

Tints of Dark Orchid #8B38CA

Color information

#8B38CA (or 0x8B38CA) is unknown color: approx Dark Orchid. HEX triplet: 8B, 38 and CA. RGB value is (139,56,202). Sum of RGB (Red+Green+Blue) = 139+56+202=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B38CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B38CA is #74C735. Grayscale: #606060. Windows color (decimal): -7653174 or 13252747. OLE color: 13252747.

HSL color Cylindrical-coordinate representation of color #8B38CA: hue angle of 274.11º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B38CA is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13956202-
CMYK0.310.7200.21
HSL274.11º57.94%50.59%-
HSV(B)274.11º72.28%79.22%-
XYZ22.7212.5857.11-
YUV97.46187157.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 56 (22.27% from 255) = 14.11%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=35.01%
G=14.11%
B=50.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139562020.310.7200.21274.1157.9450.59
Hex8B38CA1F480151123a33
Octal21370312371100254227263
Binary1000101111100011001010111111001000010101100010010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B38CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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