Html Css Color HEX #9F2BBB Dark Orchid

📋 copy color: '#9F2BBB'

red 159 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #9F2BBB

Tints of Dark Orchid #9F2BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.05%

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 40.87%
G = 11.05%
B = 48.07%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9F2BBB (or 0x9F2BBB) is known color: Dark Orchid. HEX triplet: 9F, 2B and BB. RGB value is (159,43,187). Sum of RGB (Red+Green+Blue) = 159+43+187=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F2BBB is #60D444. Grayscale: #5D5D5D. Windows color (decimal): -6345797 or 12266399. OLE color: 12266399.

HSL color Cylindrical-coordinate representation of color #9F2BBB: hue angle of 288.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F2BBB is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 43 187 -
CMYK 0.15 0.77 0 0.27
HSL 288.33º 0.63% 0.45% -
HSV(B) 288.33º 0.77% 0.73% -
XYZ 24.13 12.69 48.19 -
YUV 94.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 159 43 187 0.15 0.77 0 0.27 288.33 0.63 0.45
Hex 9F 2B BB F 4D 0 1B 120 3F 2D
Octal 237 53 273 17 115 0 33 440 77 55
Binary 10011111 101011 10111011 1111 1001101 0 11011 100100000 111111 101101

Color Harmonies of #9F2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2BBB

Black with #9F2BBB

Text Example


Text Example

White with #9F2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,43,187); }

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

background-color css

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

 a { background-color: rgb(159,43,187); }

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

border-color css

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

 span { border-color: rgb(159,43,187); }

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