#9F43CF

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

Shades of Dark Orchid #9F43CF

Tints of Dark Orchid #9F43CF

Color information

#9F43CF (or 0x9F43CF) is unknown color: approx Dark Orchid. HEX triplet: 9F, 43 and CF. RGB value is (159,67,207). Sum of RGB (Red+Green+Blue) = 159+67+207=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F43CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F43CF is #60BC30. Grayscale: #6D6D6D. Windows color (decimal): -6339633 or 13583263. OLE color: 13583263.

HSL color Cylindrical-coordinate representation of color #9F43CF: hue angle of 279.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F43CF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15967207-
CMYK0.230.6800.19
HSL279.43º59.32%53.73%-
HSV(B)279.43º67.63%81.18%-
XYZ27.5715.8960.65-
YUV110.47182.48162.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.72%
GREEN value IS 67 (26.56% from 255) = 15.47%
BLUE value IS 207 (81.25% from 255) = 47.81%
R=36.72%
G=15.47%
B=47.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159672070.230.6800.19279.4359.3253.73
Hex9F43CF17440131173b36
Octal237103317271040234277366
Binary10011111100001111001111101111000100010011100010111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F43CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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