Html Css Color HEX #9C34AC Dark Orchid

📋 copy color: '#9C34AC'

red 156 ◦ green 52 ◦ blue 172

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

Shades of Dark Orchid #9C34AC

Tints of Dark Orchid #9C34AC

RGB

 RED value IS 156 (61.33% from 255) = 41.05%

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

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

R = 41.05%
G = 13.68%
B = 45.26%

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

#9C34AC (or 0x9C34AC) is known color: Dark Orchid. HEX triplet: 9C, 34 and AC. RGB value is (156,52,172). Sum of RGB (Red+Green+Blue) = 156+52+172=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 52 (20.70% from 255 or 13.68% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C34AC is #63CB53. Grayscale: #606060. Windows color (decimal): -6540116 or 11285660. OLE color: 11285660.

HSL color Cylindrical-coordinate representation of color #9C34AC: hue angle of 292º 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 #9C34AC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 52 172 -
CMYK 0.09 0.70 0 0.33
HSL 292º 0.54% 0.44% -
HSV(B) 292º 0.7% 0.67% -
XYZ 22.38 12.5 40.26 -
YUV 96.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 156 52 172 0.09 0.70 0 0.33 292 0.54 0.44
Hex 9C 34 AC 9 46 0 21 124 36 2C
Octal 234 64 254 11 106 0 41 444 66 54
Binary 10011100 110100 10101100 1001 1000110 0 100001 100100100 110110 101100

Color Harmonies of #9C34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C34AC

Black with #9C34AC

Text Example


Text Example

White with #9C34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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