Html Css Color HEX #9F3ABE Dark Orchid

📋 copy color: '#9F3ABE'

red 159 ◦ green 58 ◦ blue 190

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

Shades of Dark Orchid #9F3ABE

Tints of Dark Orchid #9F3ABE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.25%

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

R = 39.07%
G = 14.25%
B = 46.68%

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

#9F3ABE (or 0x9F3ABE) is known color: Dark Orchid. HEX triplet: 9F, 3A and BE. RGB value is (159,58,190). Sum of RGB (Red+Green+Blue) = 159+58+190=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F3ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3ABE is #60C541. Grayscale: #666666. Windows color (decimal): -6341954 or 12466847. OLE color: 12466847.

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

Color convert

RGB 159 58 190 -
CMYK 0.16 0.69 0 0.25
HSL 285.91º 0.53% 0.49% -
HSV(B) 285.91º 0.69% 0.75% -
XYZ 25.11 14.11 50.12 -
YUV 103.25 176.96 167.77 -
System Red Green Blue C M Y K H S L
Decimal 159 58 190 0.16 0.69 0 0.25 285.91 0.53 0.49
Hex 9F 3A BE 10 45 0 19 11E 35 31
Octal 237 72 276 20 105 0 31 436 65 61
Binary 10011111 111010 10111110 10000 1000101 0 11001 100011110 110101 110001

Color Harmonies of #9F3ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3ABE

Black with #9F3ABE

Text Example


Text Example

White with #9F3ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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