#9F48D5

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

Shades of Dark Orchid #9F48D5

Tints of Dark Orchid #9F48D5

Color information

#9F48D5 (or 0x9F48D5) is unknown color: approx Dark Orchid. HEX triplet: 9F, 48 and D5. RGB value is (159,72,213). Sum of RGB (Red+Green+Blue) = 159+72+213=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #9F48D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F48D5 is #60B72A. Grayscale: #717171. Windows color (decimal): -6338347 or 13977759. OLE color: 13977759.

HSL color Cylindrical-coordinate representation of color #9F48D5: hue angle of 277.02º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F48D5 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15972213-
CMYK0.250.6600.16
HSL277.02º62.67%55.88%-
HSV(B)277.02º66.2%83.53%-
XYZ28.6316.8164.69-
YUV114.09183.82160.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.81%
GREEN value IS 72 (28.52% from 255) = 16.22%
BLUE value IS 213 (83.59% from 255) = 47.97%
R=35.81%
G=16.22%
B=47.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159722130.250.6600.16277.0262.6755.88
Hex9F48D519420101153f38
Octal237110325311020204257770
Binary10011111100100011010101110011000010010000100010101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F48D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,72,213); }

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

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

 a { background-color: rgb(159,72,213); }

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

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

 span { border-color: rgb(159,72,213); }

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