#9F45E2

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

Shades of Dark Orchid #9F45E2

Tints of Dark Orchid #9F45E2

Color information

#9F45E2 (or 0x9F45E2) is unknown color: approx Dark Orchid. HEX triplet: 9F, 45 and E2. RGB value is (159,69,226). Sum of RGB (Red+Green+Blue) = 159+69+226=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #9F45E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F45E2 is #60BA1D. Grayscale: #717171. Windows color (decimal): -6339102 or 14828959. OLE color: 14828959.

HSL color Cylindrical-coordinate representation of color #9F45E2: hue angle of 274.39º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F45E2 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15969226-
CMYK0.300.6900.11
HSL274.39º73.02%57.84%-
HSV(B)274.39º69.47%88.63%-
XYZ30.1517.1273.67-
YUV113.81191.32160.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 69 (27.34% from 255) = 15.20%
BLUE value IS 226 (88.67% from 255) = 49.78%
R=35.02%
G=15.20%
B=49.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal159692260.300.6900.11274.3973.0257.84
Hex9F45E21E450B112493a
Octal2371053423610501342211172
Binary10011111100010111100010111101000101010111000100101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F45E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F45E2; }

 p { color: rgb(159,69,226); }

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

<style>
 a { background-color: #9F45E2; }

 a { background-color: rgb(159,69,226); }

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

<style>
 span { border-color: #9F45E2; }

 span { border-color: rgb(159,69,226); }

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