Html Css Color HEX #9518BD Dark Orchid

📋 copy color: '#9518BD'

red 149 ◦ green 24 ◦ blue 189

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

Shades of Dark Orchid #9518BD

Tints of Dark Orchid #9518BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.21%

R = 41.16%
G = 6.63%
B = 52.21%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9518BD (or 0x9518BD) is known color: Dark Orchid. HEX triplet: 95, 18 and BD. RGB value is (149,24,189). Sum of RGB (Red+Green+Blue) = 149+24+189=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #9518BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518BD is #6AE742. Grayscale: #4F4F4F. Windows color (decimal): -7006019 or 12392597. OLE color: 12392597.

HSL color Cylindrical-coordinate representation of color #9518BD: hue angle of 285.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9518BD is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 24 189 -
CMYK 0.21 0.87 0 0.26
HSL 285.45º 0.77% 0.42% -
HSV(B) 285.45º 0.87% 0.74% -
XYZ 21.91 10.72 49.06 -
YUV 80.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 149 24 189 0.21 0.87 0 0.26 285.45 0.77 0.42
Hex 95 18 BD 15 57 0 1A 11D 4D 2A
Octal 225 30 275 25 127 0 32 435 115 52
Binary 10010101 11000 10111101 10101 1010111 0 11010 100011101 1001101 101010

Color Harmonies of #9518BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518BD

Black with #9518BD

Text Example


Text Example

White with #9518BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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