Html Css Color HEX #9F19C9 Dark Orchid

📋 copy color: '#9F19C9'

red 159 ◦ green 25 ◦ blue 201

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

Shades of Dark Orchid #9F19C9

Tints of Dark Orchid #9F19C9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.49%

 BLUE value IS 201 (78.91% from 255) = 52.21%

R = 41.3%
G = 6.49%
B = 52.21%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9F19C9 (or 0x9F19C9) is known color: Dark Orchid. HEX triplet: 9F, 19 and C9. RGB value is (159,25,201). Sum of RGB (Red+Green+Blue) = 159+25+201=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #9F19C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19C9 is #60E636. Grayscale: #545454. Windows color (decimal): -6350391 or 13179295. OLE color: 13179295.

HSL color Cylindrical-coordinate representation of color #9F19C9: hue angle of 285.68º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F19C9 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 25 201 -
CMYK 0.21 0.88 0 0.21
HSL 285.68º 0.78% 0.44% -
HSV(B) 285.68º 0.88% 0.79% -
XYZ 25.19 12.28 56.3 -
YUV 85.13 193.39 180.69 -
System Red Green Blue C M Y K H S L
Decimal 159 25 201 0.21 0.88 0 0.21 285.68 0.78 0.44
Hex 9F 19 C9 15 58 0 15 11E 4E 2C
Octal 237 31 311 25 130 0 25 436 116 54
Binary 10011111 11001 11001001 10101 1011000 0 10101 100011110 1001110 101100

Color Harmonies of #9F19C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19C9

Black with #9F19C9

Text Example


Text Example

White with #9F19C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,25,201); }

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

background-color css

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

 a { background-color: rgb(159,25,201); }

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

border-color css

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

 span { border-color: rgb(159,25,201); }

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