#9F1DCF

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

Shades of Dark Orchid #9F1DCF

Tints of Dark Orchid #9F1DCF

Color information

#9F1DCF (or 0x9F1DCF) is unknown color: approx Dark Orchid. HEX triplet: 9F, 1D and CF. RGB value is (159,29,207). Sum of RGB (Red+Green+Blue) = 159+29+207=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F1DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1DCF is #60E230. Grayscale: #575757. Windows color (decimal): -6349361 or 13573535. OLE color: 13573535.

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

Color convert

RGB15929207-
CMYK0.230.8600.19
HSL283.82º75.42%46.27%-
HSV(B)283.82º85.99%81.18%-
XYZ2612.7560.12-
YUV88.16195.07178.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.25%
GREEN value IS 29 (11.72% from 255) = 7.34%
BLUE value IS 207 (81.25% from 255) = 52.41%
R=40.25%
G=7.34%
B=52.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159292070.230.8600.19283.8275.4246.27
Hex9F1DCF175601311c4b2e
Octal237353172712602343411356
Binary1001111111101110011111011110101100100111000111001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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