Html Css Color HEX #9F3BBE Dark Orchid

📋 copy color: '#9F3BBE'

red 159 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #9F3BBE

Tints of Dark Orchid #9F3BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.46%

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

R = 38.97%
G = 14.46%
B = 46.57%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F3BBE (or 0x9F3BBE) is known color: Dark Orchid. HEX triplet: 9F, 3B and BE. RGB value is (159,59,190). Sum of RGB (Red+Green+Blue) = 159+59+190=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F3BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3BBE is #60C441. Grayscale: #676767. Windows color (decimal): -6341698 or 12467103. OLE color: 12467103.

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

Color convert

RGB 159 59 190 -
CMYK 0.16 0.69 0 0.25
HSL 285.8º 0.53% 0.49% -
HSV(B) 285.8º 0.69% 0.75% -
XYZ 25.16 14.22 50.13 -
YUV 103.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 159 59 190 0.16 0.69 0 0.25 285.8 0.53 0.49
Hex 9F 3B BE 10 45 0 19 11E 35 31
Octal 237 73 276 20 105 0 31 436 65 61
Binary 10011111 111011 10111110 10000 1000101 0 11001 100011110 110101 110001

Color Harmonies of #9F3BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3BBE

Black with #9F3BBE

Text Example


Text Example

White with #9F3BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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