Html Css Color HEX #9D34AA Dark Orchid

📋 copy color: '#9D34AA'

red 157 ◦ green 52 ◦ blue 170

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

Shades of Dark Orchid #9D34AA

Tints of Dark Orchid #9D34AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.72%

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

R = 41.42%
G = 13.72%
B = 44.85%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D34AA (or 0x9D34AA) is known color: Dark Orchid. HEX triplet: 9D, 34 and AA. RGB value is (157,52,170). Sum of RGB (Red+Green+Blue) = 157+52+170=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D34AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D34AA is #62CB55. Grayscale: #606060. Windows color (decimal): -6474582 or 11154589. OLE color: 11154589.

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

Color convert

RGB 157 52 170 -
CMYK 0.08 0.69 0 0.33
HSL 293.39º 0.53% 0.44% -
HSV(B) 293.39º 0.69% 0.67% -
XYZ 22.39 12.53 39.27 -
YUV 96.85 169.29 170.91 -
System Red Green Blue C M Y K H S L
Decimal 157 52 170 0.08 0.69 0 0.33 293.39 0.53 0.44
Hex 9D 34 AA 8 45 0 21 125 35 2C
Octal 235 64 252 10 105 0 41 445 65 54
Binary 10011101 110100 10101010 1000 1000101 0 100001 100100101 110101 101100

Color Harmonies of #9D34AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D34AA

Black with #9D34AA

Text Example


Text Example

White with #9D34AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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