Html Css Color HEX #9F47DB Dark Orchid

📋 copy color: '#9F47DB'

red 159 ◦ green 71 ◦ blue 219

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

Shades of Dark Orchid #9F47DB

Tints of Dark Orchid #9F47DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 35.41%
G = 15.81%
B = 48.78%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F47DB (or 0x9F47DB) is known color: Dark Orchid. HEX triplet: 9F, 47 and DB. RGB value is (159,71,219). Sum of RGB (Red+Green+Blue) = 159+71+219=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F47DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F47DB is #60B824. Grayscale: #717171. Windows color (decimal): -6338597 or 14370719. OLE color: 14370719.

HSL color Cylindrical-coordinate representation of color #9F47DB: hue angle of 275.68º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F47DB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 71 219 -
CMYK 0.27 0.68 0 0.14
HSL 275.68º 0.67% 0.57% -
HSV(B) 275.68º 0.68% 0.86% -
XYZ 29.34 16.99 68.75 -
YUV 114.18 187.15 159.97 -
System Red Green Blue C M Y K H S L
Decimal 159 71 219 0.27 0.68 0 0.14 275.68 0.67 0.57
Hex 9F 47 DB 1B 44 0 E 114 43 39
Octal 237 107 333 33 104 0 16 424 103 71
Binary 10011111 1000111 11011011 11011 1000100 0 1110 100010100 1000011 111001

Color Harmonies of #9F47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F47DB

Black with #9F47DB

Text Example


Text Example

White with #9F47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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