Html Css Color HEX #9F19BE Dark Orchid

📋 copy color: '#9F19BE'

red 159 ◦ green 25 ◦ blue 190

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

Shades of Dark Orchid #9F19BE

Tints of Dark Orchid #9F19BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 42.51%
G = 6.68%
B = 50.8%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F19BE (or 0x9F19BE) is known color: Dark Orchid. HEX triplet: 9F, 19 and BE. RGB value is (159,25,190). Sum of RGB (Red+Green+Blue) = 159+25+190=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F19BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19BE is #60E641. Grayscale: #535353. Windows color (decimal): -6350402 or 12458399. OLE color: 12458399.

HSL color Cylindrical-coordinate representation of color #9F19BE: hue angle of 288.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F19BE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 25 190 -
CMYK 0.16 0.87 0 0.25
HSL 288.73º 0.77% 0.42% -
HSV(B) 288.73º 0.87% 0.75% -
XYZ 23.94 11.78 49.73 -
YUV 83.88 187.89 181.58 -
System Red Green Blue C M Y K H S L
Decimal 159 25 190 0.16 0.87 0 0.25 288.73 0.77 0.42
Hex 9F 19 BE 10 57 0 19 121 4D 2A
Octal 237 31 276 20 127 0 31 441 115 52
Binary 10011111 11001 10111110 10000 1010111 0 11001 100100001 1001101 101010

Color Harmonies of #9F19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19BE

Black with #9F19BE

Text Example


Text Example

White with #9F19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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