Html Css Color HEX #9A37AC Dark Orchid

📋 copy color: '#9A37AC'

red 154 ◦ green 55 ◦ blue 172

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

Shades of Dark Orchid #9A37AC

Tints of Dark Orchid #9A37AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 40.42%
G = 14.44%
B = 45.14%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A37AC (or 0x9A37AC) is known color: Dark Orchid. HEX triplet: 9A, 37 and AC. RGB value is (154,55,172). Sum of RGB (Red+Green+Blue) = 154+55+172=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A37AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A37AC is #65C853. Grayscale: #616161. Windows color (decimal): -6670420 or 11286426. OLE color: 11286426.

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

Color convert

RGB 154 55 172 -
CMYK 0.10 0.68 0 0.33
HSL 290.77º 0.52% 0.45% -
HSV(B) 290.77º 0.68% 0.67% -
XYZ 22.14 12.58 40.29 -
YUV 97.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 154 55 172 0.10 0.68 0 0.33 290.77 0.52 0.45
Hex 9A 37 AC A 44 0 21 123 34 2D
Octal 232 67 254 12 104 0 41 443 64 55
Binary 10011010 110111 10101100 1010 1000100 0 100001 100100011 110100 101101

Color Harmonies of #9A37AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A37AC

Black with #9A37AC

Text Example


Text Example

White with #9A37AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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