Html Css Color HEX #9F3DBE Dark Orchid

📋 copy color: '#9F3DBE'

red 159 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #9F3DBE

Tints of Dark Orchid #9F3DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 38.78%
G = 14.88%
B = 46.34%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F3DBE (or 0x9F3DBE) is known color: Dark Orchid. HEX triplet: 9F, 3D and BE. RGB value is (159,61,190). Sum of RGB (Red+Green+Blue) = 159+61+190=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F3DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3DBE is #60C241. Grayscale: #686868. Windows color (decimal): -6341186 or 12467615. OLE color: 12467615.

HSL color Cylindrical-coordinate representation of color #9F3DBE: hue angle of 285.58º degrees, saturation: 0.51, 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 #9F3DBE is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 61 190 -
CMYK 0.16 0.68 0 0.25
HSL 285.58º 0.51% 0.49% -
HSV(B) 285.58º 0.68% 0.75% -
XYZ 25.26 14.43 50.17 -
YUV 105.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 159 61 190 0.16 0.68 0 0.25 285.58 0.51 0.49
Hex 9F 3D BE 10 44 0 19 11E 33 31
Octal 237 75 276 20 104 0 31 436 63 61
Binary 10011111 111101 10111110 10000 1000100 0 11001 100011110 110011 110001

Color Harmonies of #9F3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3DBE

Black with #9F3DBE

Text Example


Text Example

White with #9F3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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