Html Css Color HEX #9518BC Dark Orchid

📋 copy color: '#9518BC'

red 149 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #9518BC

Tints of Dark Orchid #9518BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 41.27%
G = 6.65%
B = 52.08%

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

#9518BC (or 0x9518BC) is known color: Dark Orchid. HEX triplet: 95, 18 and BC. RGB value is (149,24,188). Sum of RGB (Red+Green+Blue) = 149+24+188=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #9518BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518BC is #6AE743. Grayscale: #4F4F4F. Windows color (decimal): -7006020 or 12327061. OLE color: 12327061.

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

Color convert

RGB 149 24 188 -
CMYK 0.21 0.87 0 0.26
HSL 285.73º 0.77% 0.42% -
HSV(B) 285.73º 0.87% 0.74% -
XYZ 21.8 10.67 48.49 -
YUV 80.07 188.91 177.16 -
System Red Green Blue C M Y K H S L
Decimal 149 24 188 0.21 0.87 0 0.26 285.73 0.77 0.42
Hex 95 18 BC 15 57 0 1A 11E 4D 2A
Octal 225 30 274 25 127 0 32 436 115 52
Binary 10010101 11000 10111100 10101 1010111 0 11010 100011110 1001101 101010

Color Harmonies of #9518BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518BC

Black with #9518BC

Text Example


Text Example

White with #9518BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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