Html Css Color HEX #9F2DCF Dark Orchid

📋 copy color: '#9F2DCF'

red 159 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #9F2DCF

Tints of Dark Orchid #9F2DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.95%

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

R = 38.69%
G = 10.95%
B = 50.36%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F2DCF (or 0x9F2DCF) is known color: Dark Orchid. HEX triplet: 9F, 2D and CF. RGB value is (159,45,207). Sum of RGB (Red+Green+Blue) = 159+45+207=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F2DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2DCF is #60D230. Grayscale: #616161. Windows color (decimal): -6345265 or 13577631. OLE color: 13577631.

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

Color convert

RGB 159 45 207 -
CMYK 0.23 0.78 0 0.19
HSL 282.22º 0.64% 0.49% -
HSV(B) 282.22º 0.78% 0.81% -
XYZ 26.5 13.75 60.29 -
YUV 97.55 189.77 171.83 -
System Red Green Blue C M Y K H S L
Decimal 159 45 207 0.23 0.78 0 0.19 282.22 0.64 0.49
Hex 9F 2D CF 17 4E 0 13 11A 40 31
Octal 237 55 317 27 116 0 23 432 100 61
Binary 10011111 101101 11001111 10111 1001110 0 10011 100011010 1000000 110001

Color Harmonies of #9F2DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2DCF

Black with #9F2DCF

Text Example


Text Example

White with #9F2DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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