Html Css Color HEX #9323AD Dark Orchid

📋 copy color: '#9323AD'

red 147 ◦ green 35 ◦ blue 173

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

Shades of Dark Orchid #9323AD

Tints of Dark Orchid #9323AD

RGB

 RED value IS 147 (57.81% from 255) = 41.41%

 GREEN value IS 35 (14.06% from 255) = 9.86%

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

R = 41.41%
G = 9.86%
B = 48.73%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9323AD (or 0x9323AD) is known color: Dark Orchid. HEX triplet: 93, 23 and AD. RGB value is (147,35,173). Sum of RGB (Red+Green+Blue) = 147+35+173=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #9323AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9323AD is #6CDC52. Grayscale: #535353. Windows color (decimal): -7134291 or 11346835. OLE color: 11346835.

HSL color Cylindrical-coordinate representation of color #9323AD: hue angle of 288.7º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9323AD is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 35 173 -
CMYK 0.15 0.80 0 0.32
HSL 288.7º 0.66% 0.41% -
HSV(B) 288.7º 0.8% 0.68% -
XYZ 20.18 10.42 40.48 -
YUV 84.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 147 35 173 0.15 0.80 0 0.32 288.7 0.66 0.41
Hex 93 23 AD F 50 0 20 121 42 29
Octal 223 43 255 17 120 0 40 441 102 51
Binary 10010011 100011 10101101 1111 1010000 0 100000 100100001 1000010 101001

Color Harmonies of #9323AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9323AD

Black with #9323AD

Text Example


Text Example

White with #9323AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,35,173); }

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

background-color css

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

 a { background-color: rgb(147,35,173); }

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

border-color css

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

 span { border-color: rgb(147,35,173); }

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