Html Css Color HEX #9F47DE Dark Orchid

📋 copy color: '#9F47DE'

red 159 ◦ green 71 ◦ blue 222

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

Shades of Dark Orchid #9F47DE

Tints of Dark Orchid #9F47DE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.71%

 BLUE value IS 222 (87.11% from 255) = 49.12%

R = 35.18%
G = 15.71%
B = 49.12%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9F47DE (or 0x9F47DE) is known color: Dark Orchid. HEX triplet: 9F, 47 and DE. RGB value is (159,71,222). Sum of RGB (Red+Green+Blue) = 159+71+222=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F47DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47DE is #60B821. Grayscale: #727272. Windows color (decimal): -6338594 or 14567327. OLE color: 14567327.

HSL color Cylindrical-coordinate representation of color #9F47DE: hue angle of 274.97º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F47DE is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 71 222 -
CMYK 0.28 0.68 0 0.13
HSL 274.97º 0.7% 0.57% -
HSV(B) 274.97º 0.68% 0.87% -
XYZ 29.74 17.15 70.85 -
YUV 114.53 188.65 159.72 -
System Red Green Blue C M Y K H S L
Decimal 159 71 222 0.28 0.68 0 0.13 274.97 0.7 0.57
Hex 9F 47 DE 1C 44 0 D 113 46 39
Octal 237 107 336 34 104 0 15 423 106 71
Binary 10011111 1000111 11011110 11100 1000100 0 1101 100010011 1000110 111001

Color Harmonies of #9F47DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F47DE

Black with #9F47DE

Text Example


Text Example

White with #9F47DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,71,222); }

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

background-color css

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

 a { background-color: rgb(159,71,222); }

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

border-color css

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

 span { border-color: rgb(159,71,222); }

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