Html Css Color HEX #9318AD Dark Orchid

📋 copy color: '#9318AD'

red 147 ◦ green 24 ◦ blue 173

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

Shades of Dark Orchid #9318AD

Tints of Dark Orchid #9318AD

RGB

 RED value IS 147 (57.81% from 255) = 42.73%

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

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 42.73%
G = 6.98%
B = 50.29%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9318AD (or 0x9318AD) is known color: Dark Orchid. HEX triplet: 93, 18 and AD. RGB value is (147,24,173). Sum of RGB (Red+Green+Blue) = 147+24+173=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #9318AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9318AD is #6CE752. Grayscale: #4D4D4D. Windows color (decimal): -7137107 or 11344019. OLE color: 11344019.

HSL color Cylindrical-coordinate representation of color #9318AD: hue angle of 289.53º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9318AD is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 24 173 -
CMYK 0.15 0.86 0 0.32
HSL 289.53º 0.76% 0.39% -
HSV(B) 289.53º 0.86% 0.68% -
XYZ 19.9 9.87 40.39 -
YUV 77.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 147 24 173 0.15 0.86 0 0.32 289.53 0.76 0.39
Hex 93 18 AD F 56 0 20 122 4C 27
Octal 223 30 255 17 126 0 40 442 114 47
Binary 10010011 11000 10101101 1111 1010110 0 100000 100100010 1001100 100111

Color Harmonies of #9318AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9318AD

Black with #9318AD

Text Example


Text Example

White with #9318AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9318AD; }

 p { color: rgb(147,24,173); }

 H1.HeaderClassName
 {
   color: #9318AD;
 }
 .AnyTagClassName
 {
   color: #9318AD;
 }
</style>

background-color css

<style>
 a { background-color: #9318AD; }

 a { background-color: rgb(147,24,173); }

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

border-color css

<style>
 span { border-color: #9318AD; }

 span { border-color: rgb(147,24,173); }

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