Html Css Color HEX #9318BA Dark Orchid

📋 copy color: '#9318BA'

red 147 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #9318BA

Tints of Dark Orchid #9318BA

RGB

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

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

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

R = 41.18%
G = 6.72%
B = 52.1%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9318BA (or 0x9318BA) is known color: Dark Orchid. HEX triplet: 93, 18 and BA. RGB value is (147,24,186). Sum of RGB (Red+Green+Blue) = 147+24+186=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #9318BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9318BA is #6CE745. Grayscale: #4E4E4E. Windows color (decimal): -7137094 or 12195987. OLE color: 12195987.

HSL color Cylindrical-coordinate representation of color #9318BA: hue angle of 285.56º 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 #9318BA is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 24 186 -
CMYK 0.21 0.87 0 0.27
HSL 285.56º 0.77% 0.41% -
HSV(B) 285.56º 0.87% 0.73% -
XYZ 21.22 10.4 47.34 -
YUV 79.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 147 24 186 0.21 0.87 0 0.27 285.56 0.77 0.41
Hex 93 18 BA 15 57 0 1B 11E 4D 29
Octal 223 30 272 25 127 0 33 436 115 51
Binary 10010011 11000 10111010 10101 1010111 0 11011 100011110 1001101 101001

Color Harmonies of #9318BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9318BA

Black with #9318BA

Text Example


Text Example

White with #9318BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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