Html Css Color HEX #9121AD Dark Orchid

📋 copy color: '#9121AD'

red 145 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #9121AD

Tints of Dark Orchid #9121AD

RGB

 RED value IS 145 (57.03% from 255) = 41.31%

 GREEN value IS 33 (13.28% from 255) = 9.4%

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

R = 41.31%
G = 9.4%
B = 49.29%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9121AD (or 0x9121AD) is known color: Dark Orchid. HEX triplet: 91, 21 and AD. RGB value is (145,33,173). Sum of RGB (Red+Green+Blue) = 145+33+173=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #9121AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9121AD is #6EDE52. Grayscale: #525252. Windows color (decimal): -7265875 or 11346321. OLE color: 11346321.

HSL color Cylindrical-coordinate representation of color #9121AD: hue angle of 288º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9121AD is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 33 173 -
CMYK 0.16 0.81 0 0.32
HSL 288º 0.68% 0.4% -
HSV(B) 288º 0.81% 0.68% -
XYZ 19.76 10.12 40.45 -
YUV 82.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 145 33 173 0.16 0.81 0 0.32 288 0.68 0.4
Hex 91 21 AD 10 51 0 20 120 44 28
Octal 221 41 255 20 121 0 40 440 104 50
Binary 10010001 100001 10101101 10000 1010001 0 100000 100100000 1000100 101000

Color Harmonies of #9121AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9121AD

Black with #9121AD

Text Example


Text Example

White with #9121AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,33,173); }

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

background-color css

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

 a { background-color: rgb(145,33,173); }

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

border-color css

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

 span { border-color: rgb(145,33,173); }

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