Html Css Color HEX #9F27CF Dark Orchid

📋 copy color: '#9F27CF'

red 159 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #9F27CF

Tints of Dark Orchid #9F27CF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.63%

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

R = 39.26%
G = 9.63%
B = 51.11%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F27CF (or 0x9F27CF) is known color: Dark Orchid. HEX triplet: 9F, 27 and CF. RGB value is (159,39,207). Sum of RGB (Red+Green+Blue) = 159+39+207=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F27CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F27CF is #60D830. Grayscale: #5D5D5D. Windows color (decimal): -6346801 or 13576095. OLE color: 13576095.

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

Color convert

RGB 159 39 207 -
CMYK 0.23 0.81 0 0.19
HSL 282.86º 0.68% 0.48% -
HSV(B) 282.86º 0.81% 0.81% -
XYZ 26.29 13.33 60.22 -
YUV 94.03 191.76 174.34 -
System Red Green Blue C M Y K H S L
Decimal 159 39 207 0.23 0.81 0 0.19 282.86 0.68 0.48
Hex 9F 27 CF 17 51 0 13 11B 44 30
Octal 237 47 317 27 121 0 23 433 104 60
Binary 10011111 100111 11001111 10111 1010001 0 10011 100011011 1000100 110000

Color Harmonies of #9F27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F27CF

Black with #9F27CF

Text Example


Text Example

White with #9F27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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