#8138c5

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

Shades of Dark Orchid #8138C5

Tints of Dark Orchid #8138C5

Color information

#8138C5 (or 0x8138C5) is unknown color: approx Dark Orchid. HEX triplet: 81, 38 and C5. RGB value is (129,56,197). Sum of RGB (Red+Green+Blue) = 129+56+197=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #8138C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8138C5 is #7EC73A. Grayscale: #5D5D5D. Windows color (decimal): -8308539 or 12925057. OLE color: 12925057.

HSL color Cylindrical-coordinate representation of color #8138C5: hue angle of 271.06º 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 #8138C5 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12956197-
CMYK0.350.7200.23
HSL271.06º55.73%49.61%-
HSV(B)271.06º71.57%77.25%-
XYZ20.5511.5353.97-
YUV93.9186.18153.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.77%
GREEN value IS 56 (22.27% from 255) = 14.66%
BLUE value IS 197 (77.34% from 255) = 51.57%
R=33.77%
G=14.66%
B=51.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal129561970.350.7200.23271.0655.7349.61
Hex8138C5234801710f3832
Octal20170305431100274177062
Binary10000001111000110001011000111001000010111100001111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8138c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8138c5; }

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

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

<style>
 a { background-color: #8138c5; }

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

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

<style>
 span { border-color: #8138c5; }

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

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