Html Css Color HEX #9518BE Dark Orchid

📋 copy color: '#9518BE'

red 149 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #9518BE

Tints of Dark Orchid #9518BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 41.05%
G = 6.61%
B = 52.34%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9518BE (or 0x9518BE) is known color: Dark Orchid. HEX triplet: 95, 18 and BE. RGB value is (149,24,190). Sum of RGB (Red+Green+Blue) = 149+24+190=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #9518BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518BE is #6AE741. Grayscale: #4F4F4F. Windows color (decimal): -7006018 or 12458133. OLE color: 12458133.

HSL color Cylindrical-coordinate representation of color #9518BE: hue angle of 285.18º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9518BE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 24 190 -
CMYK 0.22 0.87 0 0.25
HSL 285.18º 0.78% 0.42% -
HSV(B) 285.18º 0.87% 0.75% -
XYZ 22.02 10.76 49.63 -
YUV 80.3 189.91 177 -
System Red Green Blue C M Y K H S L
Decimal 149 24 190 0.22 0.87 0 0.25 285.18 0.78 0.42
Hex 95 18 BE 16 57 0 19 11D 4E 2A
Octal 225 30 276 26 127 0 31 435 116 52
Binary 10010101 11000 10111110 10110 1010111 0 11001 100011101 1001110 101010

Color Harmonies of #9518BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518BE

Black with #9518BE

Text Example


Text Example

White with #9518BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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