Html Css Color HEX #9F28D0 Dark Orchid

📋 copy color: '#9F28D0'

red 159 ◦ green 40 ◦ blue 208

#9F28D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9F28D0

Tints of Dark Orchid #9F28D0

RGB

 RED value IS 159 (62.5% from 255) = 39.07%

 GREEN value IS 40 (16.02% from 255) = 9.83%

 BLUE value IS 208 (81.64% from 255) = 51.11%

R = 39.07%
G = 9.83%
B = 51.11%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9F28D0 (or 0x9F28D0) is known color: Dark Orchid. HEX triplet: 9F, 28 and D0. RGB value is (159,40,208). Sum of RGB (Red+Green+Blue) = 159+40+208=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #9F28D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F28D0 is #60D72F. Grayscale: #5E5E5E. Windows color (decimal): -6346544 or 13641887. OLE color: 13641887.

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

Color convert

RGB 159 40 208 -
CMYK 0.24 0.81 0 0.18
HSL 282.5º 0.68% 0.49% -
HSV(B) 282.5º 0.81% 0.82% -
XYZ 26.44 13.44 60.88 -
YUV 94.73 191.92 173.84 -
System Red Green Blue C M Y K H S L
Decimal 159 40 208 0.24 0.81 0 0.18 282.5 0.68 0.49
Hex 9F 28 D0 18 51 0 12 11A 44 31
Octal 237 50 320 30 121 0 22 432 104 61
Binary 10011111 101000 11010000 11000 1010001 0 10010 100011010 1000100 110001

Color Harmonies of #9F28D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F28D0

Black with #9F28D0

Text Example


Text Example

White with #9F28D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F28D0;
 }
 .AnyTagClassName
 {
   color: #9F28D0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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