Html Css Color HEX #9A37AD Dark Orchid

📋 copy color: '#9A37AD'

red 154 ◦ green 55 ◦ blue 173

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

Shades of Dark Orchid #9A37AD

Tints of Dark Orchid #9A37AD

RGB

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

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

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

R = 40.31%
G = 14.4%
B = 45.29%

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

#9A37AD (or 0x9A37AD) is known color: Dark Orchid. HEX triplet: 9A, 37 and AD. RGB value is (154,55,173). Sum of RGB (Red+Green+Blue) = 154+55+173=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A37AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A37AD is #65C852. Grayscale: #616161. Windows color (decimal): -6670419 or 11351962. OLE color: 11351962.

HSL color Cylindrical-coordinate representation of color #9A37AD: hue angle of 290.34º 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 #9A37AD is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 55 173 -
CMYK 0.11 0.68 0 0.32
HSL 290.34º 0.52% 0.45% -
HSV(B) 290.34º 0.68% 0.68% -
XYZ 22.24 12.62 40.8 -
YUV 98.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 154 55 173 0.11 0.68 0 0.32 290.34 0.52 0.45
Hex 9A 37 AD B 44 0 20 122 34 2D
Octal 232 67 255 13 104 0 40 442 64 55
Binary 10011010 110111 10101101 1011 1000100 0 100000 100100010 110100 101101

Color Harmonies of #9A37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A37AD

Black with #9A37AD

Text Example


Text Example

White with #9A37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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