Html Css Color HEX #9518C6 Dark Orchid

📋 copy color: '#9518C6'

red 149 ◦ green 24 ◦ blue 198

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

Shades of Dark Orchid #9518C6

Tints of Dark Orchid #9518C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 53.37%

R = 40.16%
G = 6.47%
B = 53.37%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9518C6 (or 0x9518C6) is known color: Dark Orchid. HEX triplet: 95, 18 and C6. RGB value is (149,24,198). Sum of RGB (Red+Green+Blue) = 149+24+198=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #9518C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518C6 is #6AE739. Grayscale: #505050. Windows color (decimal): -7006010 or 12982421. OLE color: 12982421.

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

Color convert

RGB 149 24 198 -
CMYK 0.25 0.88 0 0.22
HSL 283.1º 0.78% 0.44% -
HSV(B) 283.1º 0.88% 0.78% -
XYZ 22.91 11.12 54.36 -
YUV 81.21 193.91 176.35 -
System Red Green Blue C M Y K H S L
Decimal 149 24 198 0.25 0.88 0 0.22 283.1 0.78 0.44
Hex 95 18 C6 19 58 0 16 11B 4E 2C
Octal 225 30 306 31 130 0 26 433 116 54
Binary 10010101 11000 11000110 11001 1011000 0 10110 100011011 1001110 101100

Color Harmonies of #9518C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518C6

Black with #9518C6

Text Example


Text Example

White with #9518C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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