Html Css Color HEX #9D29AA Dark Orchid

📋 copy color: '#9D29AA'

red 157 ◦ green 41 ◦ blue 170

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

Shades of Dark Orchid #9D29AA

Tints of Dark Orchid #9D29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.14%

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 42.66%
G = 11.14%
B = 46.2%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D29AA (or 0x9D29AA) is known color: Dark Orchid. HEX triplet: 9D, 29 and AA. RGB value is (157,41,170). Sum of RGB (Red+Green+Blue) = 157+41+170=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D29AA is #62D655. Grayscale: #595959. Windows color (decimal): -6477398 or 11151773. OLE color: 11151773.

HSL color Cylindrical-coordinate representation of color #9D29AA: hue angle of 293.95º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D29AA is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 41 170 -
CMYK 0.08 0.76 0 0.33
HSL 293.95º 0.61% 0.41% -
HSV(B) 293.95º 0.76% 0.67% -
XYZ 21.95 11.66 39.12 -
YUV 90.39 172.93 175.51 -
System Red Green Blue C M Y K H S L
Decimal 157 41 170 0.08 0.76 0 0.33 293.95 0.61 0.41
Hex 9D 29 AA 8 4C 0 21 126 3D 29
Octal 235 51 252 10 114 0 41 446 75 51
Binary 10011101 101001 10101010 1000 1001100 0 100001 100100110 111101 101001

Color Harmonies of #9D29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D29AA

Black with #9D29AA

Text Example


Text Example

White with #9D29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,41,170); }

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

background-color css

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

 a { background-color: rgb(157,41,170); }

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

border-color css

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

 span { border-color: rgb(157,41,170); }

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