#8538B4

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

Shades of Dark Orchid #8538B4

Tints of Dark Orchid #8538B4

Color information

#8538B4 (or 0x8538B4) is unknown color: approx Dark Orchid. HEX triplet: 85, 38 and B4. RGB value is (133,56,180). Sum of RGB (Red+Green+Blue) = 133+56+180=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #8538B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8538B4 is #7AC74B. Grayscale: #5C5C5C. Windows color (decimal): -8046412 or 11810949. OLE color: 11810949.

HSL color Cylindrical-coordinate representation of color #8538B4: hue angle of 277.26º 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 #8538B4 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13356180-
CMYK0.260.6900.29
HSL277.26º52.54%46.27%-
HSV(B)277.26º68.89%70.59%-
XYZ19.3311.1144.31-
YUV93.16177.01156.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 56 (22.27% from 255) = 15.18%
BLUE value IS 180 (70.70% from 255) = 48.78%
R=36.04%
G=15.18%
B=48.78%

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
Decimal133561800.260.6900.29277.2652.5446.27
Hex8538B41A4501D115352e
Octal20570264321050354256556
Binary1000010111100010110100110101000101011101100010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8538B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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