Html Css Color HEX #9F21AD Dark Orchid

📋 copy color: '#9F21AD'

red 159 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #9F21AD

Tints of Dark Orchid #9F21AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.04%

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 43.56%
G = 9.04%
B = 47.4%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F21AD (or 0x9F21AD) is known color: Dark Orchid. HEX triplet: 9F, 21 and AD. RGB value is (159,33,173). Sum of RGB (Red+Green+Blue) = 159+33+173=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F21AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F21AD is #60DE52. Grayscale: #565656. Windows color (decimal): -6348371 or 11346335. OLE color: 11346335.

HSL color Cylindrical-coordinate representation of color #9F21AD: hue angle of 294º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F21AD is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 33 173 -
CMYK 0.08 0.81 0 0.32
HSL 294º 0.68% 0.4% -
HSV(B) 294º 0.81% 0.68% -
XYZ 22.38 11.48 40.57 -
YUV 86.63 176.74 179.62 -
System Red Green Blue C M Y K H S L
Decimal 159 33 173 0.08 0.81 0 0.32 294 0.68 0.4
Hex 9F 21 AD 8 51 0 20 126 44 28
Octal 237 41 255 10 121 0 40 446 104 50
Binary 10011111 100001 10101101 1000 1010001 0 100000 100100110 1000100 101000

Color Harmonies of #9F21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F21AD

Black with #9F21AD

Text Example


Text Example

White with #9F21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,33,173); }

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

background-color css

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

 a { background-color: rgb(159,33,173); }

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

border-color css

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

 span { border-color: rgb(159,33,173); }

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