Html Css Color HEX #9F1BBE Dark Orchid

📋 copy color: '#9F1BBE'

red 159 ◦ green 27 ◦ blue 190

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

Shades of Dark Orchid #9F1BBE

Tints of Dark Orchid #9F1BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.18%

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

R = 42.29%
G = 7.18%
B = 50.53%

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

#9F1BBE (or 0x9F1BBE) is known color: Dark Orchid. HEX triplet: 9F, 1B and BE. RGB value is (159,27,190). Sum of RGB (Red+Green+Blue) = 159+27+190=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1BBE is #60E441. Grayscale: #545454. Windows color (decimal): -6349890 or 12458911. OLE color: 12458911.

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

Color convert

RGB 159 27 190 -
CMYK 0.16 0.86 0 0.25
HSL 288.59º 0.75% 0.43% -
HSV(B) 288.59º 0.86% 0.75% -
XYZ 23.98 11.87 49.74 -
YUV 85.05 187.23 180.75 -
System Red Green Blue C M Y K H S L
Decimal 159 27 190 0.16 0.86 0 0.25 288.59 0.75 0.43
Hex 9F 1B BE 10 56 0 19 121 4B 2B
Octal 237 33 276 20 126 0 31 441 113 53
Binary 10011111 11011 10111110 10000 1010110 0 11001 100100001 1001011 101011

Color Harmonies of #9F1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1BBE

Black with #9F1BBE

Text Example


Text Example

White with #9F1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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