Html Css Color HEX #9A37AE Dark Orchid

📋 copy color: '#9A37AE'

red 154 ◦ green 55 ◦ blue 174

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

Shades of Dark Orchid #9A37AE

Tints of Dark Orchid #9A37AE

RGB

 RED value IS 154 (60.55% from 255) = 40.21%

 GREEN value IS 55 (21.88% from 255) = 14.36%

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

R = 40.21%
G = 14.36%
B = 45.43%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A37AE (or 0x9A37AE) is known color: Dark Orchid. HEX triplet: 9A, 37 and AE. RGB value is (154,55,174). Sum of RGB (Red+Green+Blue) = 154+55+174=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A37AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A37AE is #65C851. Grayscale: #616161. Windows color (decimal): -6670418 or 11417498. OLE color: 11417498.

HSL color Cylindrical-coordinate representation of color #9A37AE: hue angle of 289.92º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A37AE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 55 174 -
CMYK 0.11 0.68 0 0.32
HSL 289.92º 0.52% 0.45% -
HSV(B) 289.92º 0.68% 0.68% -
XYZ 22.33 12.66 41.31 -
YUV 98.17 170.8 167.82 -
System Red Green Blue C M Y K H S L
Decimal 154 55 174 0.11 0.68 0 0.32 289.92 0.52 0.45
Hex 9A 37 AE B 44 0 20 122 34 2D
Octal 232 67 256 13 104 0 40 442 64 55
Binary 10011010 110111 10101110 1011 1000100 0 100000 100100010 110100 101101

Color Harmonies of #9A37AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A37AE

Black with #9A37AE

Text Example


Text Example

White with #9A37AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A37AE; }

 p { color: rgb(154,55,174); }

 H1.HeaderClassName
 {
   color: #9A37AE;
 }
 .AnyTagClassName
 {
   color: #9A37AE;
 }
</style>

background-color css

<style>
 a { background-color: #9A37AE; }

 a { background-color: rgb(154,55,174); }

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

border-color css

<style>
 span { border-color: #9A37AE; }

 span { border-color: rgb(154,55,174); }

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