#9F42DC

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

Shades of Dark Orchid #9F42DC

Tints of Dark Orchid #9F42DC

Color information

#9F42DC (or 0x9F42DC) is unknown color: approx Dark Orchid. HEX triplet: 9F, 42 and DC. RGB value is (159,66,220). Sum of RGB (Red+Green+Blue) = 159+66+220=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F42DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F42DC is #60BD23. Grayscale: #6E6E6E. Windows color (decimal): -6339876 or 14434975. OLE color: 14434975.

HSL color Cylindrical-coordinate representation of color #9F42DC: hue angle of 276.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F42DC is Cyan = 0.28, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15966220-
CMYK0.280.700.14
HSL276.23º68.75%56.08%-
HSV(B)276.23º70%86.27%-
XYZ29.1616.4369.35-
YUV111.36189.31161.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.73%
GREEN value IS 66 (26.17% from 255) = 14.83%
BLUE value IS 220 (86.33% from 255) = 49.44%
R=35.73%
G=14.83%
B=49.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal159662200.280.700.14276.2368.7556.08
Hex9F42DC1C460E1144538
Octal2371023343410601642410570
Binary10011111100001011011100111001000110011101000101001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F42DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,220); }

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

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

 a { background-color: rgb(159,66,220); }

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

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

 span { border-color: rgb(159,66,220); }

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