#8639BE

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

Shades of Dark Orchid #8639BE

Tints of Dark Orchid #8639BE

Color information

#8639BE (or 0x8639BE) is unknown color: approx Dark Orchid. HEX triplet: 86, 39 and BE. RGB value is (134,57,190). Sum of RGB (Red+Green+Blue) = 134+57+190=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #8639BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8639BE is #79C641. Grayscale: #5E5E5E. Windows color (decimal): -7980610 or 12466566. OLE color: 12466566.

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

Color convert

RGB13457190-
CMYK0.290.700.25
HSL274.74º53.85%48.43%-
HSV(B)274.74º70%74.51%-
XYZ20.5911.7149.89-
YUV95.18181.51155.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 57 (22.66% from 255) = 14.96%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=35.17%
G=14.96%
B=49.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134571900.290.700.25274.7453.8548.43
Hex8639BE1D460191133630
Octal20671276351060314236660
Binary1000011011100110111110111011000110011001100010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8639BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,57,190); }

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

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

 a { background-color: rgb(134,57,190); }

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

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

 span { border-color: rgb(134,57,190); }

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