Html Css Color HEX #9F18BE Dark Orchid

📋 copy color: '#9F18BE'

red 159 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #9F18BE

Tints of Dark Orchid #9F18BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.43%

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

R = 42.63%
G = 6.43%
B = 50.94%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F18BE (or 0x9F18BE) is known color: Dark Orchid. HEX triplet: 9F, 18 and BE. RGB value is (159,24,190). Sum of RGB (Red+Green+Blue) = 159+24+190=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F18BE is #60E741. Grayscale: #525252. Windows color (decimal): -6350658 or 12458143. OLE color: 12458143.

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

Color convert

RGB 159 24 190 -
CMYK 0.16 0.87 0 0.25
HSL 288.8º 0.78% 0.42% -
HSV(B) 288.8º 0.87% 0.75% -
XYZ 23.92 11.74 49.72 -
YUV 83.29 188.23 182 -
System Red Green Blue C M Y K H S L
Decimal 159 24 190 0.16 0.87 0 0.25 288.8 0.78 0.42
Hex 9F 18 BE 10 57 0 19 121 4E 2A
Octal 237 30 276 20 127 0 31 441 116 52
Binary 10011111 11000 10111110 10000 1010111 0 11001 100100001 1001110 101010

Color Harmonies of #9F18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F18BE

Black with #9F18BE

Text Example


Text Example

White with #9F18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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