#9F43E1

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

Shades of Dark Orchid #9F43E1

Tints of Dark Orchid #9F43E1

Color information

#9F43E1 (or 0x9F43E1) is unknown color: approx Dark Orchid. HEX triplet: 9F, 43 and E1. RGB value is (159,67,225). Sum of RGB (Red+Green+Blue) = 159+67+225=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #9F43E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F43E1 is #60BC1E. Grayscale: #6F6F6F. Windows color (decimal): -6339615 or 14762911. OLE color: 14762911.

HSL color Cylindrical-coordinate representation of color #9F43E1: hue angle of 274.94º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F43E1 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15967225-
CMYK0.290.7000.12
HSL274.94º72.48%57.25%-
HSV(B)274.94º70.22%88.24%-
XYZ29.916.8272.91-
YUV112.52191.48161.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 67 (26.56% from 255) = 14.86%
BLUE value IS 225 (88.28% from 255) = 49.89%
R=35.25%
G=14.86%
B=49.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal159672250.290.7000.12274.9472.4857.25
Hex9F43E11D460C1134839
Octal2371033413510601442311071
Binary10011111100001111100001111011000110011001000100111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F43E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,67,225); }

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

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

 a { background-color: rgb(159,67,225); }

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

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

 span { border-color: rgb(159,67,225); }

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