Html Css Color HEX #9318AC Dark Orchid

📋 copy color: '#9318AC'

red 147 ◦ green 24 ◦ blue 172

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

Shades of Dark Orchid #9318AC

Tints of Dark Orchid #9318AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.15%

R = 42.86%
G = 7%
B = 50.15%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9318AC (or 0x9318AC) is known color: Dark Orchid. HEX triplet: 93, 18 and AC. RGB value is (147,24,172). Sum of RGB (Red+Green+Blue) = 147+24+172=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #9318AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9318AC is #6CE753. Grayscale: #4D4D4D. Windows color (decimal): -7137108 or 11278483. OLE color: 11278483.

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

Color convert

RGB 147 24 172 -
CMYK 0.15 0.86 0 0.33
HSL 289.86º 0.76% 0.38% -
HSV(B) 289.86º 0.86% 0.67% -
XYZ 19.81 9.83 39.88 -
YUV 77.65 181.25 177.47 -
System Red Green Blue C M Y K H S L
Decimal 147 24 172 0.15 0.86 0 0.33 289.86 0.76 0.38
Hex 93 18 AC F 56 0 21 122 4C 26
Octal 223 30 254 17 126 0 41 442 114 46
Binary 10010011 11000 10101100 1111 1010110 0 100001 100100010 1001100 100110

Color Harmonies of #9318AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9318AC

Black with #9318AC

Text Example


Text Example

White with #9318AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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