#8941C1

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

Shades of Dark Orchid #8941C1

Tints of Dark Orchid #8941C1

Color information

#8941C1 (or 0x8941C1) is unknown color: approx Dark Orchid. HEX triplet: 89, 41 and C1. RGB value is (137,65,193). Sum of RGB (Red+Green+Blue) = 137+65+193=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #8941C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8941C1 is #76BE3E. Grayscale: #646464. Windows color (decimal): -7781951 or 12665225. OLE color: 12665225.

HSL color Cylindrical-coordinate representation of color #8941C1: hue angle of 273.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8941C1 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13765193-
CMYK0.290.6600.24
HSL273.75º50.79%50.59%-
HSV(B)273.75º66.32%75.69%-
XYZ21.8312.9551.8-
YUV101.12179.85153.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.68%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 193 (75.78% from 255) = 48.86%
R=34.68%
G=16.46%
B=48.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal137651930.290.6600.24273.7550.7950.59
Hex8941C11D420181123333
Octal211101301351020304226363
Binary10001001100000111000001111011000010011000100010010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8941C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8941C1; }

 p { color: rgb(137,65,193); }

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

<style>
 a { background-color: #8941C1; }

 a { background-color: rgb(137,65,193); }

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

<style>
 span { border-color: #8941C1; }

 span { border-color: rgb(137,65,193); }

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