#8638B4

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

Shades of Dark Orchid #8638B4

Tints of Dark Orchid #8638B4

Color information

#8638B4 (or 0x8638B4) is unknown color: approx Dark Orchid. HEX triplet: 86, 38 and B4. RGB value is (134,56,180). Sum of RGB (Red+Green+Blue) = 134+56+180=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #8638B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8638B4 is #79C74B. Grayscale: #5D5D5D. Windows color (decimal): -7980876 or 11810950. OLE color: 11810950.

HSL color Cylindrical-coordinate representation of color #8638B4: hue angle of 277.74º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8638B4 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13456180-
CMYK0.260.6900.29
HSL277.74º52.54%46.27%-
HSV(B)277.74º68.89%70.59%-
XYZ19.4811.1944.31-
YUV93.46176.84156.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 56 (22.27% from 255) = 15.14%
BLUE value IS 180 (70.70% from 255) = 48.65%
R=36.22%
G=15.14%
B=48.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134561800.260.6900.29277.7452.5446.27
Hex8638B41A4501D116352e
Octal20670264321050354266556
Binary1000011011100010110100110101000101011101100010110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8638B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8638B4; }

 p { color: rgb(134,56,180); }

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

<style>
 a { background-color: #8638B4; }

 a { background-color: rgb(134,56,180); }

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

<style>
 span { border-color: #8638B4; }

 span { border-color: rgb(134,56,180); }

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