Html Css Color HEX #9518AE Dark Orchid

📋 copy color: '#9518AE'

red 149 ◦ green 24 ◦ blue 174

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

Shades of Dark Orchid #9518AE

Tints of Dark Orchid #9518AE

RGB

 RED value IS 149 (58.59% from 255) = 42.94%

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

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 42.94%
G = 6.92%
B = 50.14%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9518AE (or 0x9518AE) is known color: Dark Orchid. HEX triplet: 95, 18 and AE. RGB value is (149,24,174). Sum of RGB (Red+Green+Blue) = 149+24+174=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #9518AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9518AE is #6AE751. Grayscale: #4E4E4E. Windows color (decimal): -7006034 or 11409557. OLE color: 11409557.

HSL color Cylindrical-coordinate representation of color #9518AE: hue angle of 290º 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 #9518AE is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 24 174 -
CMYK 0.14 0.86 0 0.32
HSL 290º 0.76% 0.39% -
HSV(B) 290º 0.86% 0.68% -
XYZ 20.36 10.1 40.92 -
YUV 78.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 149 24 174 0.14 0.86 0 0.32 290 0.76 0.39
Hex 95 18 AE E 56 0 20 122 4C 27
Octal 225 30 256 16 126 0 40 442 114 47
Binary 10010101 11000 10101110 1110 1010110 0 100000 100100010 1001100 100111

Color Harmonies of #9518AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518AE

Black with #9518AE

Text Example


Text Example

White with #9518AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9518AE; }

 p { color: rgb(149,24,174); }

 H1.HeaderClassName
 {
   color: #9518AE;
 }
 .AnyTagClassName
 {
   color: #9518AE;
 }
</style>

background-color css

<style>
 a { background-color: #9518AE; }

 a { background-color: rgb(149,24,174); }

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

border-color css

<style>
 span { border-color: #9518AE; }

 span { border-color: rgb(149,24,174); }

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