Html Css Color HEX #9323AE Dark Orchid

📋 copy color: '#9323AE'

red 147 ◦ green 35 ◦ blue 174

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

Shades of Dark Orchid #9323AE

Tints of Dark Orchid #9323AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 41.29%
G = 9.83%
B = 48.88%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9323AE (or 0x9323AE) is known color: Dark Orchid. HEX triplet: 93, 23 and AE. RGB value is (147,35,174). Sum of RGB (Red+Green+Blue) = 147+35+174=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #9323AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9323AE is #6CDC51. Grayscale: #535353. Windows color (decimal): -7134290 or 11412371. OLE color: 11412371.

HSL color Cylindrical-coordinate representation of color #9323AE: hue angle of 288.35º degrees, saturation: 0.67, 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 #9323AE is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 35 174 -
CMYK 0.16 0.80 0 0.32
HSL 288.35º 0.67% 0.41% -
HSV(B) 288.35º 0.8% 0.68% -
XYZ 20.27 10.46 41 -
YUV 84.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 147 35 174 0.16 0.80 0 0.32 288.35 0.67 0.41
Hex 93 23 AE 10 50 0 20 120 43 29
Octal 223 43 256 20 120 0 40 440 103 51
Binary 10010011 100011 10101110 10000 1010000 0 100000 100100000 1000011 101001

Color Harmonies of #9323AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9323AE

Black with #9323AE

Text Example


Text Example

White with #9323AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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