Html Css Color HEX #9F1ABE Dark Orchid

📋 copy color: '#9F1ABE'

red 159 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #9F1ABE

Tints of Dark Orchid #9F1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

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

R = 42.4%
G = 6.93%
B = 50.67%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F1ABE (or 0x9F1ABE) is known color: Dark Orchid. HEX triplet: 9F, 1A and BE. RGB value is (159,26,190). Sum of RGB (Red+Green+Blue) = 159+26+190=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1ABE is #60E541. Grayscale: #535353. Windows color (decimal): -6350146 or 12458655. OLE color: 12458655.

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

Color convert

RGB 159 26 190 -
CMYK 0.16 0.86 0 0.25
HSL 288.66º 0.76% 0.42% -
HSV(B) 288.66º 0.86% 0.75% -
XYZ 23.96 11.83 49.74 -
YUV 84.46 187.56 181.16 -
System Red Green Blue C M Y K H S L
Decimal 159 26 190 0.16 0.86 0 0.25 288.66 0.76 0.42
Hex 9F 1A BE 10 56 0 19 121 4C 2A
Octal 237 32 276 20 126 0 31 441 114 52
Binary 10011111 11010 10111110 10000 1010110 0 11001 100100001 1001100 101010

Color Harmonies of #9F1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1ABE

Black with #9F1ABE

Text Example


Text Example

White with #9F1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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