Html Css Color HEX #9F3FBF Dark Orchid

📋 copy color: '#9F3FBF'

red 159 ◦ green 63 ◦ blue 191

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

Shades of Dark Orchid #9F3FBF

Tints of Dark Orchid #9F3FBF

RGB

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

 GREEN value IS 63 (25% from 255) = 15.25%

 BLUE value IS 191 (75% from 255) = 46.25%

R = 38.5%
G = 15.25%
B = 46.25%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F3FBF (or 0x9F3FBF) is known color: Dark Orchid. HEX triplet: 9F, 3F and BF. RGB value is (159,63,191). Sum of RGB (Red+Green+Blue) = 159+63+191=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F3FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3FBF is #60C040. Grayscale: #696969. Windows color (decimal): -6340673 or 12533663. OLE color: 12533663.

HSL color Cylindrical-coordinate representation of color #9F3FBF: hue angle of 285º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3FBF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 63 191 -
CMYK 0.17 0.67 0 0.25
HSL 285º 0.5% 0.5% -
HSV(B) 285º 0.67% 0.75% -
XYZ 25.48 14.69 50.78 -
YUV 106.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 159 63 191 0.17 0.67 0 0.25 285 0.5 0.5
Hex 9F 3F BF 11 43 0 19 11D 32 32
Octal 237 77 277 21 103 0 31 435 62 62
Binary 10011111 111111 10111111 10001 1000011 0 11001 100011101 110010 110010

Color Harmonies of #9F3FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3FBF

Black with #9F3FBF

Text Example


Text Example

White with #9F3FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,63,191); }

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

background-color css

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

 a { background-color: rgb(159,63,191); }

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

border-color css

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

 span { border-color: rgb(159,63,191); }

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