#8738BF

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

Shades of Dark Orchid #8738BF

Tints of Dark Orchid #8738BF

Color information

#8738BF (or 0x8738BF) is unknown color: approx Dark Orchid. HEX triplet: 87, 38 and BF. RGB value is (135,56,191). Sum of RGB (Red+Green+Blue) = 135+56+191=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #8738BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8738BF is #78C740. Grayscale: #5E5E5E. Windows color (decimal): -7915329 or 12531847. OLE color: 12531847.

HSL color Cylindrical-coordinate representation of color #8738BF: hue angle of 275.11º degrees, saturation: 0.55, 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 #8738BF is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13556191-
CMYK0.290.7100.25
HSL275.11º54.66%48.43%-
HSV(B)275.11º70.68%74.9%-
XYZ20.8111.7450.46-
YUV95.01182.17156.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 56 (22.27% from 255) = 14.66%
BLUE value IS 191 (75% from 255) = 50%
R=35.34%
G=14.66%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135561910.290.7100.25275.1154.6648.43
Hex8738BF1D470191133730
Octal20770277351070314236760
Binary1000011111100010111111111011000111011001100010011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8738BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8738BF; }

 p { color: rgb(135,56,191); }

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

<style>
 a { background-color: #8738BF; }

 a { background-color: rgb(135,56,191); }

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

<style>
 span { border-color: #8738BF; }

 span { border-color: rgb(135,56,191); }

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