Html Css Color HEX #9D29AC Dark Orchid

📋 copy color: '#9D29AC'

red 157 ◦ green 41 ◦ blue 172

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

Shades of Dark Orchid #9D29AC

Tints of Dark Orchid #9D29AC

RGB

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

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

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

R = 42.43%
G = 11.08%
B = 46.49%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D29AC (or 0x9D29AC) is known color: Dark Orchid. HEX triplet: 9D, 29 and AC. RGB value is (157,41,172). Sum of RGB (Red+Green+Blue) = 157+41+172=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D29AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D29AC is #62D653. Grayscale: #5A5A5A. Windows color (decimal): -6477396 or 11282845. OLE color: 11282845.

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

Color convert

RGB 157 41 172 -
CMYK 0.09 0.76 0 0.33
HSL 293.13º 0.62% 0.42% -
HSV(B) 293.13º 0.76% 0.67% -
XYZ 22.14 11.73 40.13 -
YUV 90.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 157 41 172 0.09 0.76 0 0.33 293.13 0.62 0.42
Hex 9D 29 AC 9 4C 0 21 125 3E 2A
Octal 235 51 254 11 114 0 41 445 76 52
Binary 10011101 101001 10101100 1001 1001100 0 100001 100100101 111110 101010

Color Harmonies of #9D29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D29AC

Black with #9D29AC

Text Example


Text Example

White with #9D29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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