Html Css Color HEX #9918AD Dark Orchid

📋 copy color: '#9918AD'

red 153 ◦ green 24 ◦ blue 173

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

Shades of Dark Orchid #9918AD

Tints of Dark Orchid #9918AD

RGB

 RED value IS 153 (60.16% from 255) = 43.71%

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

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 43.71%
G = 6.86%
B = 49.43%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9918AD (or 0x9918AD) is known color: Dark Orchid. HEX triplet: 99, 18 and AD. RGB value is (153,24,173). Sum of RGB (Red+Green+Blue) = 153+24+173=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #9918AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9918AD is #66E752. Grayscale: #4F4F4F. Windows color (decimal): -6743891 or 11344025. OLE color: 11344025.

HSL color Cylindrical-coordinate representation of color #9918AD: hue angle of 291.95º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9918AD is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 24 173 -
CMYK 0.12 0.86 0 0.32
HSL 291.95º 0.76% 0.39% -
HSV(B) 291.95º 0.86% 0.68% -
XYZ 21.01 10.44 40.44 -
YUV 79.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 153 24 173 0.12 0.86 0 0.32 291.95 0.76 0.39
Hex 99 18 AD C 56 0 20 124 4C 27
Octal 231 30 255 14 126 0 40 444 114 47
Binary 10011001 11000 10101101 1100 1010110 0 100000 100100100 1001100 100111

Color Harmonies of #9918AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9918AD

Black with #9918AD

Text Example


Text Example

White with #9918AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9918AD; }

 p { color: rgb(153,24,173); }

 H1.HeaderClassName
 {
   color: #9918AD;
 }
 .AnyTagClassName
 {
   color: #9918AD;
 }
</style>

background-color css

<style>
 a { background-color: #9918AD; }

 a { background-color: rgb(153,24,173); }

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

border-color css

<style>
 span { border-color: #9918AD; }

 span { border-color: rgb(153,24,173); }

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