Html Css Color HEX #9D1AAD Dark Orchid

📋 copy color: '#9D1AAD'

red 157 ◦ green 26 ◦ blue 173

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

Shades of Dark Orchid #9D1AAD

Tints of Dark Orchid #9D1AAD

RGB

 RED value IS 157 (61.72% from 255) = 44.1%

 GREEN value IS 26 (10.55% from 255) = 7.3%

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

R = 44.1%
G = 7.3%
B = 48.6%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D1AAD (or 0x9D1AAD) is known color: Dark Orchid. HEX triplet: 9D, 1A and AD. RGB value is (157,26,173). Sum of RGB (Red+Green+Blue) = 157+26+173=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D1AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1AAD is #62E552. Grayscale: #515151. Windows color (decimal): -6481235 or 11344541. OLE color: 11344541.

HSL color Cylindrical-coordinate representation of color #9D1AAD: hue angle of 293.47º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1AAD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 26 173 -
CMYK 0.09 0.85 0 0.32
HSL 293.47º 0.74% 0.39% -
HSV(B) 293.47º 0.85% 0.68% -
XYZ 21.82 10.92 40.49 -
YUV 81.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 157 26 173 0.09 0.85 0 0.32 293.47 0.74 0.39
Hex 9D 1A AD 9 55 0 20 125 4A 27
Octal 235 32 255 11 125 0 40 445 112 47
Binary 10011101 11010 10101101 1001 1010101 0 100000 100100101 1001010 100111

Color Harmonies of #9D1AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1AAD

Black with #9D1AAD

Text Example


Text Example

White with #9D1AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,26,173); }

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

background-color css

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

 a { background-color: rgb(157,26,173); }

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

border-color css

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

 span { border-color: rgb(157,26,173); }

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