Html Css Color HEX #9F49DB Dark Orchid

📋 copy color: '#9F49DB'

red 159 ◦ green 73 ◦ blue 219

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

Shades of Dark Orchid #9F49DB

Tints of Dark Orchid #9F49DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.19%

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

R = 35.25%
G = 16.19%
B = 48.56%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F49DB (or 0x9F49DB) is known color: Dark Orchid. HEX triplet: 9F, 49 and DB. RGB value is (159,73,219). Sum of RGB (Red+Green+Blue) = 159+73+219=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F49DB is #60B624. Grayscale: #727272. Windows color (decimal): -6338085 or 14371231. OLE color: 14371231.

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

Color convert

RGB 159 73 219 -
CMYK 0.27 0.67 0 0.14
HSL 275.34º 0.67% 0.57% -
HSV(B) 275.34º 0.67% 0.86% -
XYZ 29.47 17.25 68.79 -
YUV 115.36 186.49 159.13 -
System Red Green Blue C M Y K H S L
Decimal 159 73 219 0.27 0.67 0 0.14 275.34 0.67 0.57
Hex 9F 49 DB 1B 43 0 E 113 43 39
Octal 237 111 333 33 103 0 16 423 103 71
Binary 10011111 1001001 11011011 11011 1000011 0 1110 100010011 1000011 111001

Color Harmonies of #9F49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F49DB

Black with #9F49DB

Text Example


Text Example

White with #9F49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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