#9F38C1

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

Shades of Dark Orchid #9F38C1

Tints of Dark Orchid #9F38C1

Color information

#9F38C1 (or 0x9F38C1) is unknown color: approx Dark Orchid. HEX triplet: 9F, 38 and C1. RGB value is (159,56,193). Sum of RGB (Red+Green+Blue) = 159+56+193=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F38C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F38C1 is #60C73E. Grayscale: #656565. Windows color (decimal): -6342463 or 12662943. OLE color: 12662943.

HSL color Cylindrical-coordinate representation of color #9F38C1: hue angle of 285.11º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F38C1 is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15956193-
CMYK0.180.7100.24
HSL285.11º55.02%48.82%-
HSV(B)285.11º70.98%75.69%-
XYZ25.3414.0551.83-
YUV102.42179.12168.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.97%
GREEN value IS 56 (22.27% from 255) = 13.73%
BLUE value IS 193 (75.78% from 255) = 47.30%
R=38.97%
G=13.73%
B=47.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal159561930.180.7100.24285.1155.0248.82
Hex9F38C1124701811d3731
Octal23770301221070304356761
Binary1001111111100011000001100101000111011000100011101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F38C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,56,193); }

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

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

 a { background-color: rgb(159,56,193); }

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

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

 span { border-color: rgb(159,56,193); }

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