Html Css Color HEX #9818AD Dark Orchid

📋 copy color: '#9818AD'

red 152 ◦ green 24 ◦ blue 173

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

Shades of Dark Orchid #9818AD

Tints of Dark Orchid #9818AD

RGB

 RED value IS 152 (59.77% from 255) = 43.55%

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

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

R = 43.55%
G = 6.88%
B = 49.57%

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

#9818AD (or 0x9818AD) is known color: Dark Orchid. HEX triplet: 98, 18 and AD. RGB value is (152,24,173). Sum of RGB (Red+Green+Blue) = 152+24+173=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #9818AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9818AD is #67E752. Grayscale: #4E4E4E. Windows color (decimal): -6809427 or 11344024. OLE color: 11344024.

HSL color Cylindrical-coordinate representation of color #9818AD: hue angle of 291.54º 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 #9818AD is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 24 173 -
CMYK 0.12 0.86 0 0.32
HSL 291.54º 0.76% 0.39% -
HSV(B) 291.54º 0.86% 0.68% -
XYZ 20.82 10.35 40.43 -
YUV 79.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 152 24 173 0.12 0.86 0 0.32 291.54 0.76 0.39
Hex 98 18 AD C 56 0 20 124 4C 27
Octal 230 30 255 14 126 0 40 444 114 47
Binary 10011000 11000 10101101 1100 1010110 0 100000 100100100 1001100 100111

Color Harmonies of #9818AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9818AD

Black with #9818AD

Text Example


Text Example

White with #9818AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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