#9141C6

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

Shades of Dark Orchid #9141C6

Tints of Dark Orchid #9141C6

Color information

#9141C6 (or 0x9141C6) is unknown color: approx Dark Orchid. HEX triplet: 91, 41 and C6. RGB value is (145,65,198). Sum of RGB (Red+Green+Blue) = 145+65+198=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #9141C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141C6 is #6EBE39. Grayscale: #676767. Windows color (decimal): -7257658 or 12992913. OLE color: 12992913.

HSL color Cylindrical-coordinate representation of color #9141C6: hue angle of 276.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9141C6 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14565198-
CMYK0.270.6700.22
HSL276.09º53.85%51.57%-
HSV(B)276.09º67.17%77.65%-
XYZ23.7613.8854.85-
YUV104.08181157.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.54%
GREEN value IS 65 (25.78% from 255) = 15.93%
BLUE value IS 198 (77.73% from 255) = 48.53%
R=35.54%
G=15.93%
B=48.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal145651980.270.6700.22276.0953.8551.57
Hex9141C61B430161143634
Octal221101306331030264246664
Binary10010001100000111000110110111000011010110100010100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9141C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9141C6; }

 p { color: rgb(145,65,198); }

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

<style>
 a { background-color: #9141C6; }

 a { background-color: rgb(145,65,198); }

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

<style>
 span { border-color: #9141C6; }

 span { border-color: rgb(145,65,198); }

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