Html Css Color HEX #9D18BA Dark Orchid

📋 copy color: '#9D18BA'

red 157 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #9D18BA

Tints of Dark Orchid #9D18BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 42.78%
G = 6.54%
B = 50.68%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D18BA (or 0x9D18BA) is known color: Dark Orchid. HEX triplet: 9D, 18 and BA. RGB value is (157,24,186). Sum of RGB (Red+Green+Blue) = 157+24+186=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D18BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D18BA is #62E745. Grayscale: #515151. Windows color (decimal): -6481734 or 12195997. OLE color: 12195997.

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

Color convert

RGB 157 24 186 -
CMYK 0.16 0.87 0 0.27
HSL 289.26º 0.77% 0.41% -
HSV(B) 289.26º 0.87% 0.73% -
XYZ 23.09 11.37 47.43 -
YUV 82.24 186.56 181.33 -
System Red Green Blue C M Y K H S L
Decimal 157 24 186 0.16 0.87 0 0.27 289.26 0.77 0.41
Hex 9D 18 BA 10 57 0 1B 121 4D 29
Octal 235 30 272 20 127 0 33 441 115 51
Binary 10011101 11000 10111010 10000 1010111 0 11011 100100001 1001101 101001

Color Harmonies of #9D18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D18BA

Black with #9D18BA

Text Example


Text Example

White with #9D18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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