Html Css Color HEX #9F22DA Dark Orchid

📋 copy color: '#9F22DA'

red 159 ◦ green 34 ◦ blue 218

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

Shades of Dark Orchid #9F22DA

Tints of Dark Orchid #9F22DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 38.69%
G = 8.27%
B = 53.04%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9F22DA (or 0x9F22DA) is known color: Dark Orchid. HEX triplet: 9F, 22 and DA. RGB value is (159,34,218). Sum of RGB (Red+Green+Blue) = 159+34+218=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F22DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F22DA is #60DD25. Grayscale: #5B5B5B. Windows color (decimal): -6348070 or 14295711. OLE color: 14295711.

HSL color Cylindrical-coordinate representation of color #9F22DA: hue angle of 280.76º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F22DA is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 34 218 -
CMYK 0.27 0.84 0 0.15
HSL 280.76º 0.73% 0.49% -
HSV(B) 280.76º 0.84% 0.85% -
XYZ 27.52 13.58 67.5 -
YUV 92.35 198.91 175.54 -
System Red Green Blue C M Y K H S L
Decimal 159 34 218 0.27 0.84 0 0.15 280.76 0.73 0.49
Hex 9F 22 DA 1B 54 0 F 119 49 31
Octal 237 42 332 33 124 0 17 431 111 61
Binary 10011111 100010 11011010 11011 1010100 0 1111 100011001 1001001 110001

Color Harmonies of #9F22DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F22DA

Black with #9F22DA

Text Example


Text Example

White with #9F22DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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