Html Css Color HEX #9F19CF Dark Orchid

📋 copy color: '#9F19CF'

red 159 ◦ green 25 ◦ blue 207

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

Shades of Dark Orchid #9F19CF

Tints of Dark Orchid #9F19CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 40.66%
G = 6.39%
B = 52.94%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F19CF (or 0x9F19CF) is known color: Dark Orchid. HEX triplet: 9F, 19 and CF. RGB value is (159,25,207). Sum of RGB (Red+Green+Blue) = 159+25+207=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F19CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19CF is #60E630. Grayscale: #555555. Windows color (decimal): -6350385 or 13572511. OLE color: 13572511.

HSL color Cylindrical-coordinate representation of color #9F19CF: hue angle of 284.18º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F19CF is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 25 207 -
CMYK 0.23 0.88 0 0.19
HSL 284.18º 0.78% 0.45% -
HSV(B) 284.18º 0.88% 0.81% -
XYZ 25.91 12.57 60.09 -
YUV 85.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 159 25 207 0.23 0.88 0 0.19 284.18 0.78 0.45
Hex 9F 19 CF 17 58 0 13 11C 4E 2D
Octal 237 31 317 27 130 0 23 434 116 55
Binary 10011111 11001 11001111 10111 1011000 0 10011 100011100 1001110 101101

Color Harmonies of #9F19CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19CF

Black with #9F19CF

Text Example


Text Example

White with #9F19CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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