Html Css Color HEX #9F4ADB Dark Orchid

📋 copy color: '#9F4ADB'

red 159 ◦ green 74 ◦ blue 219

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

Shades of Dark Orchid #9F4ADB

Tints of Dark Orchid #9F4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.37%

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

R = 35.18%
G = 16.37%
B = 48.45%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F4ADB (or 0x9F4ADB) is known color: Dark Orchid. HEX triplet: 9F, 4A and DB. RGB value is (159,74,219). Sum of RGB (Red+Green+Blue) = 159+74+219=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F4ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4ADB is #60B524. Grayscale: #737373. Windows color (decimal): -6337829 or 14371487. OLE color: 14371487.

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

Color convert

RGB 159 74 219 -
CMYK 0.27 0.66 0 0.14
HSL 275.17º 0.67% 0.57% -
HSV(B) 275.17º 0.66% 0.86% -
XYZ 29.53 17.38 68.82 -
YUV 115.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 159 74 219 0.27 0.66 0 0.14 275.17 0.67 0.57
Hex 9F 4A DB 1B 42 0 E 113 43 39
Octal 237 112 333 33 102 0 16 423 103 71
Binary 10011111 1001010 11011011 11011 1000010 0 1110 100010011 1000011 111001

Color Harmonies of #9F4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4ADB

Black with #9F4ADB

Text Example


Text Example

White with #9F4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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