#8C38C5

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

Shades of Dark Orchid #8C38C5

Tints of Dark Orchid #8C38C5

Color information

#8C38C5 (or 0x8C38C5) is unknown color: approx Dark Orchid. HEX triplet: 8C, 38 and C5. RGB value is (140,56,197). Sum of RGB (Red+Green+Blue) = 140+56+197=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #8C38C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C38C5 is #73C73A. Grayscale: #606060. Windows color (decimal): -7587643 or 12925068. OLE color: 12925068.

HSL color Cylindrical-coordinate representation of color #8C38C5: hue angle of 275.74º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C38C5 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14056197-
CMYK0.290.7200.23
HSL275.74º55.73%49.61%-
HSV(B)275.74º71.57%77.25%-
XYZ22.3112.4454.05-
YUV97.19184.33158.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 56 (22.27% from 255) = 14.25%
BLUE value IS 197 (77.34% from 255) = 50.13%
R=35.62%
G=14.25%
B=50.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal140561970.290.7200.23275.7455.7349.61
Hex8C38C51D480171143832
Octal21470305351100274247062
Binary1000110011100011000101111011001000010111100010100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C38C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,56,197); }

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

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

 a { background-color: rgb(140,56,197); }

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

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

 span { border-color: rgb(140,56,197); }

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