Html Css Color HEX #9518BA Dark Orchid

📋 copy color: '#9518BA'

red 149 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #9518BA

Tints of Dark Orchid #9518BA

RGB

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

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

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

R = 41.5%
G = 6.69%
B = 51.81%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9518BA (or 0x9518BA) is known color: Dark Orchid. HEX triplet: 95, 18 and BA. RGB value is (149,24,186). Sum of RGB (Red+Green+Blue) = 149+24+186=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #9518BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518BA is #6AE745. Grayscale: #4F4F4F. Windows color (decimal): -7006022 or 12195989. OLE color: 12195989.

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

Color convert

RGB 149 24 186 -
CMYK 0.20 0.87 0 0.27
HSL 286.3º 0.77% 0.41% -
HSV(B) 286.3º 0.87% 0.73% -
XYZ 21.58 10.59 47.36 -
YUV 79.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 149 24 186 0.20 0.87 0 0.27 286.3 0.77 0.41
Hex 95 18 BA 14 57 0 1B 11E 4D 29
Octal 225 30 272 24 127 0 33 436 115 51
Binary 10010101 11000 10111010 10100 1010111 0 11011 100011110 1001101 101001

Color Harmonies of #9518BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518BA

Black with #9518BA

Text Example


Text Example

White with #9518BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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