Html Css Color HEX #9D34AC Dark Orchid

📋 copy color: '#9D34AC'

red 157 ◦ green 52 ◦ blue 172

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

Shades of Dark Orchid #9D34AC

Tints of Dark Orchid #9D34AC

RGB

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

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

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

R = 41.21%
G = 13.65%
B = 45.14%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D34AC (or 0x9D34AC) is known color: Dark Orchid. HEX triplet: 9D, 34 and AC. RGB value is (157,52,172). Sum of RGB (Red+Green+Blue) = 157+52+172=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D34AC is #62CB53. Grayscale: #606060. Windows color (decimal): -6474580 or 11285661. OLE color: 11285661.

HSL color Cylindrical-coordinate representation of color #9D34AC: hue angle of 292.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D34AC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 52 172 -
CMYK 0.09 0.70 0 0.33
HSL 292.5º 0.54% 0.44% -
HSV(B) 292.5º 0.7% 0.67% -
XYZ 22.58 12.6 40.27 -
YUV 97.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 157 52 172 0.09 0.70 0 0.33 292.5 0.54 0.44
Hex 9D 34 AC 9 46 0 21 124 36 2C
Octal 235 64 254 11 106 0 41 444 66 54
Binary 10011101 110100 10101100 1001 1000110 0 100001 100100100 110110 101100

Color Harmonies of #9D34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D34AC

Black with #9D34AC

Text Example


Text Example

White with #9D34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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