#9141CD

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

Shades of Dark Orchid #9141CD

Tints of Dark Orchid #9141CD

Color information

#9141CD (or 0x9141CD) is unknown color: approx Dark Orchid. HEX triplet: 91, 41 and CD. RGB value is (145,65,205). Sum of RGB (Red+Green+Blue) = 145+65+205=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #9141CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141CD is #6EBE32. Grayscale: #686868. Windows color (decimal): -7257651 or 13451665. OLE color: 13451665.

HSL color Cylindrical-coordinate representation of color #9141CD: hue angle of 274.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9141CD is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14565205-
CMYK0.290.6800.20
HSL274.29º58.33%52.94%-
HSV(B)274.29º68.29%80.39%-
XYZ24.5914.2159.2-
YUV104.88184.5156.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.94%
GREEN value IS 65 (25.78% from 255) = 15.66%
BLUE value IS 205 (80.47% from 255) = 49.40%
R=34.94%
G=15.66%
B=49.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal145652050.290.6800.20274.2958.3352.94
Hex9141CD1D440141123a35
Octal221101315351040244227265
Binary10010001100000111001101111011000100010100100010010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9141CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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