Html Css Color HEX #9518B8 Dark Orchid

📋 copy color: '#9518B8'

red 149 ◦ green 24 ◦ blue 184

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

Shades of Dark Orchid #9518B8

Tints of Dark Orchid #9518B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.54%

R = 41.74%
G = 6.72%
B = 51.54%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9518B8 (or 0x9518B8) is known color: Dark Orchid. HEX triplet: 95, 18 and B8. RGB value is (149,24,184). Sum of RGB (Red+Green+Blue) = 149+24+184=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #9518B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518B8 is #6AE747. Grayscale: #4F4F4F. Windows color (decimal): -7006024 or 12064917. OLE color: 12064917.

HSL color Cylindrical-coordinate representation of color #9518B8: hue angle of 286.88º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9518B8 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 24 184 -
CMYK 0.19 0.87 0 0.28
HSL 286.88º 0.77% 0.41% -
HSV(B) 286.88º 0.87% 0.72% -
XYZ 21.37 10.5 46.25 -
YUV 79.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 149 24 184 0.19 0.87 0 0.28 286.88 0.77 0.41
Hex 95 18 B8 13 57 0 1C 11F 4D 29
Octal 225 30 270 23 127 0 34 437 115 51
Binary 10010101 11000 10111000 10011 1010111 0 11100 100011111 1001101 101001

Color Harmonies of #9518B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518B8

Black with #9518B8

Text Example


Text Example

White with #9518B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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