Html Css Color HEX #9F22D1 Dark Orchid

📋 copy color: '#9F22D1'

red 159 ◦ green 34 ◦ blue 209

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

Shades of Dark Orchid #9F22D1

Tints of Dark Orchid #9F22D1

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.46%

 BLUE value IS 209 (82.03% from 255) = 51.99%

R = 39.55%
G = 8.46%
B = 51.99%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9F22D1 (or 0x9F22D1) is known color: Dark Orchid. HEX triplet: 9F, 22 and D1. RGB value is (159,34,209). Sum of RGB (Red+Green+Blue) = 159+34+209=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #9F22D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F22D1 is #60DD2E. Grayscale: #5A5A5A. Windows color (decimal): -6348079 or 13705887. OLE color: 13705887.

HSL color Cylindrical-coordinate representation of color #9F22D1: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F22D1 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 34 209 -
CMYK 0.24 0.84 0 0.18
HSL 282.86º 0.72% 0.48% -
HSV(B) 282.86º 0.84% 0.82% -
XYZ 26.38 13.12 61.46 -
YUV 91.33 194.41 176.27 -
System Red Green Blue C M Y K H S L
Decimal 159 34 209 0.24 0.84 0 0.18 282.86 0.72 0.48
Hex 9F 22 D1 18 54 0 12 11B 48 30
Octal 237 42 321 30 124 0 22 433 110 60
Binary 10011111 100010 11010001 11000 1010100 0 10010 100011011 1001000 110000

Color Harmonies of #9F22D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F22D1

Black with #9F22D1

Text Example


Text Example

White with #9F22D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,34,209); }

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

background-color css

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

 a { background-color: rgb(159,34,209); }

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

border-color css

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

 span { border-color: rgb(159,34,209); }

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