Html Css Color HEX #9F1CCD Dark Orchid

📋 copy color: '#9F1CCD'

red 159 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #9F1CCD

Tints of Dark Orchid #9F1CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.14%

 BLUE value IS 205 (80.47% from 255) = 52.3%

R = 40.56%
G = 7.14%
B = 52.3%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F1CCD (or 0x9F1CCD) is known color: Dark Orchid. HEX triplet: 9F, 1C and CD. RGB value is (159,28,205). Sum of RGB (Red+Green+Blue) = 159+28+205=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F1CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1CCD is #60E332. Grayscale: #565656. Windows color (decimal): -6349619 or 13442207. OLE color: 13442207.

HSL color Cylindrical-coordinate representation of color #9F1CCD: hue angle of 284.41º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1CCD is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 28 205 -
CMYK 0.22 0.86 0 0.20
HSL 284.41º 0.76% 0.46% -
HSV(B) 284.41º 0.86% 0.8% -
XYZ 25.73 12.61 58.84 -
YUV 87.35 194.4 179.11 -
System Red Green Blue C M Y K H S L
Decimal 159 28 205 0.22 0.86 0 0.20 284.41 0.76 0.46
Hex 9F 1C CD 16 56 0 14 11C 4C 2E
Octal 237 34 315 26 126 0 24 434 114 56
Binary 10011111 11100 11001101 10110 1010110 0 10100 100011100 1001100 101110

Color Harmonies of #9F1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1CCD

Black with #9F1CCD

Text Example


Text Example

White with #9F1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,28,205); }

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

background-color css

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

 a { background-color: rgb(159,28,205); }

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

border-color css

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

 span { border-color: rgb(159,28,205); }

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