#8138BE

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

Shades of Dark Orchid #8138BE

Tints of Dark Orchid #8138BE

Color information

#8138BE (or 0x8138BE) is unknown color: approx Dark Orchid. HEX triplet: 81, 38 and BE. RGB value is (129,56,190). Sum of RGB (Red+Green+Blue) = 129+56+190=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #8138BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8138BE is #7EC741. Grayscale: #5C5C5C. Windows color (decimal): -8308546 or 12466305. OLE color: 12466305.

HSL color Cylindrical-coordinate representation of color #8138BE: hue angle of 272.69º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8138BE is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12956190-
CMYK0.320.7100.25
HSL272.69º54.47%48.24%-
HSV(B)272.69º70.53%74.51%-
XYZ19.7611.2149.84-
YUV93.1182.68153.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 56 (22.27% from 255) = 14.93%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=34.4%
G=14.93%
B=50.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129561900.320.7100.25272.6954.4748.24
Hex8138BE20470191113630
Octal20170276401070314216660
Binary10000001111000101111101000001000111011001100010001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8138BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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