#9F28BD

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

Shades of Dark Orchid #9F28BD

Tints of Dark Orchid #9F28BD

Color information

#9F28BD (or 0x9F28BD) is unknown color: approx Dark Orchid. HEX triplet: 9F, 28 and BD. RGB value is (159,40,189). Sum of RGB (Red+Green+Blue) = 159+40+189=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F28BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F28BD is #60D742. Grayscale: #5C5C5C. Windows color (decimal): -6346563 or 12396703. OLE color: 12396703.

HSL color Cylindrical-coordinate representation of color #9F28BD: hue angle of 287.92º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F28BD is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15940189-
CMYK0.160.7900.26
HSL287.92º65.07%44.9%-
HSV(B)287.92º78.84%74.12%-
XYZ24.2412.5649.29-
YUV92.57182.42175.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 40 (16.02% from 255) = 10.31%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=40.98%
G=10.31%
B=48.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal159401890.160.7900.26287.9265.0744.9
Hex9F28BD104F01A120412d
Octal237502752011703244010155
Binary10011111101000101111011000010011110110101001000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F28BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,40,189); }

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

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

 a { background-color: rgb(159,40,189); }

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

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

 span { border-color: rgb(159,40,189); }

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