Html Css Color HEX #9F1FDC Dark Orchid

📋 copy color: '#9F1FDC'

red 159 ◦ green 31 ◦ blue 220

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

Shades of Dark Orchid #9F1FDC

Tints of Dark Orchid #9F1FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.56%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 38.78%
G = 7.56%
B = 53.66%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F1FDC (or 0x9F1FDC) is known color: Dark Orchid. HEX triplet: 9F, 1F and DC. RGB value is (159,31,220). Sum of RGB (Red+Green+Blue) = 159+31+220=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F1FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1FDC is #60E023. Grayscale: #5A5A5A. Windows color (decimal): -6348836 or 14426015. OLE color: 14426015.

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

Color convert

RGB 159 31 220 -
CMYK 0.28 0.86 0 0.14
HSL 280.63º 0.75% 0.49% -
HSV(B) 280.63º 0.86% 0.86% -
XYZ 27.71 13.52 68.86 -
YUV 90.82 200.91 176.63 -
System Red Green Blue C M Y K H S L
Decimal 159 31 220 0.28 0.86 0 0.14 280.63 0.75 0.49
Hex 9F 1F DC 1C 56 0 E 119 4B 31
Octal 237 37 334 34 126 0 16 431 113 61
Binary 10011111 11111 11011100 11100 1010110 0 1110 100011001 1001011 110001

Color Harmonies of #9F1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1FDC

Black with #9F1FDC

Text Example


Text Example

White with #9F1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,31,220); }

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

background-color css

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

 a { background-color: rgb(159,31,220); }

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

border-color css

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

 span { border-color: rgb(159,31,220); }

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