Html Css Color HEX #9F3DBF Dark Orchid

📋 copy color: '#9F3DBF'

red 159 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #9F3DBF

Tints of Dark Orchid #9F3DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.84%

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

R = 38.69%
G = 14.84%
B = 46.47%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F3DBF (or 0x9F3DBF) is known color: Dark Orchid. HEX triplet: 9F, 3D and BF. RGB value is (159,61,191). Sum of RGB (Red+Green+Blue) = 159+61+191=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F3DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3DBF is #60C240. Grayscale: #686868. Windows color (decimal): -6341185 or 12533151. OLE color: 12533151.

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

Color convert

RGB 159 61 191 -
CMYK 0.17 0.68 0 0.25
HSL 285.23º 0.52% 0.49% -
HSV(B) 285.23º 0.68% 0.75% -
XYZ 25.37 14.47 50.75 -
YUV 105.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 159 61 191 0.17 0.68 0 0.25 285.23 0.52 0.49
Hex 9F 3D BF 11 44 0 19 11D 34 31
Octal 237 75 277 21 104 0 31 435 64 61
Binary 10011111 111101 10111111 10001 1000100 0 11001 100011101 110100 110001

Color Harmonies of #9F3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3DBF

Black with #9F3DBF

Text Example


Text Example

White with #9F3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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