#8841BF

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

Shades of Dark Orchid #8841BF

Tints of Dark Orchid #8841BF

Color information

#8841BF (or 0x8841BF) is unknown color: approx Dark Orchid. HEX triplet: 88, 41 and BF. RGB value is (136,65,191). Sum of RGB (Red+Green+Blue) = 136+65+191=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #8841BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8841BF is #77BE40. Grayscale: #646464. Windows color (decimal): -7847489 or 12534152. OLE color: 12534152.

HSL color Cylindrical-coordinate representation of color #8841BF: hue angle of 273.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8841BF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13665191-
CMYK0.290.6600.25
HSL273.81º49.61%50.2%-
HSV(B)273.81º65.97%74.9%-
XYZ21.4512.7850.63-
YUV100.59179.02153.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.69%
GREEN value IS 65 (25.78% from 255) = 16.58%
BLUE value IS 191 (75% from 255) = 48.72%
R=34.69%
G=16.58%
B=48.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136651910.290.6600.25273.8149.6150.2
Hex8841BF1D420191123232
Octal210101277351020314226262
Binary10001000100000110111111111011000010011001100010010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8841BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,65,191); }

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

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

 a { background-color: rgb(136,65,191); }

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

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

 span { border-color: rgb(136,65,191); }

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