Html Css Color HEX #9F1ACF Dark Orchid

📋 copy color: '#9F1ACF'

red 159 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #9F1ACF

Tints of Dark Orchid #9F1ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.63%

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

R = 40.56%
G = 6.63%
B = 52.81%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F1ACF (or 0x9F1ACF) is known color: Dark Orchid. HEX triplet: 9F, 1A and CF. RGB value is (159,26,207). Sum of RGB (Red+Green+Blue) = 159+26+207=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1ACF is #60E530. Grayscale: #555555. Windows color (decimal): -6350129 or 13572767. OLE color: 13572767.

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

Color convert

RGB 159 26 207 -
CMYK 0.23 0.87 0 0.19
HSL 284.09º 0.78% 0.46% -
HSV(B) 284.09º 0.87% 0.81% -
XYZ 25.93 12.61 60.1 -
YUV 86.4 196.06 179.78 -
System Red Green Blue C M Y K H S L
Decimal 159 26 207 0.23 0.87 0 0.19 284.09 0.78 0.46
Hex 9F 1A CF 17 57 0 13 11C 4E 2E
Octal 237 32 317 27 127 0 23 434 116 56
Binary 10011111 11010 11001111 10111 1010111 0 10011 100011100 1001110 101110

Color Harmonies of #9F1ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1ACF

Black with #9F1ACF

Text Example


Text Example

White with #9F1ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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