Html Css Color HEX #9F1BBD Dark Orchid

📋 copy color: '#9F1BBD'

red 159 ◦ green 27 ◦ blue 189

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

Shades of Dark Orchid #9F1BBD

Tints of Dark Orchid #9F1BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 42.4%
G = 7.2%
B = 50.4%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9F1BBD (or 0x9F1BBD) is known color: Dark Orchid. HEX triplet: 9F, 1B and BD. RGB value is (159,27,189). Sum of RGB (Red+Green+Blue) = 159+27+189=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F1BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1BBD is #60E442. Grayscale: #545454. Windows color (decimal): -6349891 or 12393375. OLE color: 12393375.

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

Color convert

RGB 159 27 189 -
CMYK 0.16 0.86 0 0.26
HSL 288.89º 0.75% 0.42% -
HSV(B) 288.89º 0.86% 0.74% -
XYZ 23.88 11.83 49.17 -
YUV 84.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 159 27 189 0.16 0.86 0 0.26 288.89 0.75 0.42
Hex 9F 1B BD 10 56 0 1A 121 4B 2A
Octal 237 33 275 20 126 0 32 441 113 52
Binary 10011111 11011 10111101 10000 1010110 0 11010 100100001 1001011 101010

Color Harmonies of #9F1BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1BBD

Black with #9F1BBD

Text Example


Text Example

White with #9F1BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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