#9f48d8

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

Shades of Dark Orchid #9F48D8

Tints of Dark Orchid #9F48D8

Color information

#9F48D8 (or 0x9F48D8) is unknown color: approx Dark Orchid. HEX triplet: 9F, 48 and D8. RGB value is (159,72,216). Sum of RGB (Red+Green+Blue) = 159+72+216=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F48D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F48D8 is #60B727. Grayscale: #717171. Windows color (decimal): -6338344 or 14174367. OLE color: 14174367.

HSL color Cylindrical-coordinate representation of color #9F48D8: hue angle of 276.25º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F48D8 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15972216-
CMYK0.260.6700.15
HSL276.25º64.86%56.47%-
HSV(B)276.25º66.67%84.71%-
XYZ29.0116.9666.71-
YUV114.43185.32159.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 72 (28.52% from 255) = 16.11%
BLUE value IS 216 (84.77% from 255) = 48.32%
R=35.57%
G=16.11%
B=48.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal159722160.260.6700.15276.2564.8656.47
Hex9F48D81A430F1144138
Octal2371103303210301742410170
Binary10011111100100011011000110101000011011111000101001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f48d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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