Html Css Color HEX #9D18BE Dark Orchid

📋 copy color: '#9D18BE'

red 157 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #9D18BE

Tints of Dark Orchid #9D18BE

RGB

 RED value IS 157 (61.72% from 255) = 42.32%

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

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

R = 42.32%
G = 6.47%
B = 51.21%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D18BE (or 0x9D18BE) is known color: Dark Orchid. HEX triplet: 9D, 18 and BE. RGB value is (157,24,190). Sum of RGB (Red+Green+Blue) = 157+24+190=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D18BE is #62E741. Grayscale: #525252. Windows color (decimal): -6481730 or 12458141. OLE color: 12458141.

HSL color Cylindrical-coordinate representation of color #9D18BE: hue angle of 288.07º 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 #9D18BE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 24 190 -
CMYK 0.17 0.87 0 0.25
HSL 288.07º 0.78% 0.42% -
HSV(B) 288.07º 0.87% 0.75% -
XYZ 23.53 11.54 49.7 -
YUV 82.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 157 24 190 0.17 0.87 0 0.25 288.07 0.78 0.42
Hex 9D 18 BE 11 57 0 19 120 4E 2A
Octal 235 30 276 21 127 0 31 440 116 52
Binary 10011101 11000 10111110 10001 1010111 0 11001 100100000 1001110 101010

Color Harmonies of #9D18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D18BE

Black with #9D18BE

Text Example


Text Example

White with #9D18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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