#8538BB

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

Shades of Dark Orchid #8538BB

Tints of Dark Orchid #8538BB

Color information

#8538BB (or 0x8538BB) is unknown color: approx Dark Orchid. HEX triplet: 85, 38 and BB. RGB value is (133,56,187). Sum of RGB (Red+Green+Blue) = 133+56+187=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #8538BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8538BB is #7AC744. Grayscale: #5D5D5D. Windows color (decimal): -8046405 or 12269701. OLE color: 12269701.

HSL color Cylindrical-coordinate representation of color #8538BB: hue angle of 275.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8538BB is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13356187-
CMYK0.290.7000.27
HSL275.27º53.91%47.65%-
HSV(B)275.27º70.05%73.33%-
XYZ20.0611.448.16-
YUV93.96180.51155.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 56 (22.27% from 255) = 14.89%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=35.37%
G=14.89%
B=49.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133561870.290.7000.27275.2753.9147.65
Hex8538BB1D4601B1133630
Octal20570273351060334236660
Binary1000010111100010111011111011000110011011100010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8538BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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