Html Css Color HEX #9C2FAD Dark Orchid

📋 copy color: '#9C2FAD'

red 156 ◦ green 47 ◦ blue 173

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

Shades of Dark Orchid #9C2FAD

Tints of Dark Orchid #9C2FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.5%

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 41.49%
G = 12.5%
B = 46.01%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C2FAD (or 0x9C2FAD) is known color: Dark Orchid. HEX triplet: 9C, 2F and AD. RGB value is (156,47,173). Sum of RGB (Red+Green+Blue) = 156+47+173=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C2FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2FAD is #63D052. Grayscale: #5D5D5D. Windows color (decimal): -6541395 or 11349916. OLE color: 11349916.

HSL color Cylindrical-coordinate representation of color #9C2FAD: hue angle of 291.9º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C2FAD is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 47 173 -
CMYK 0.10 0.73 0 0.32
HSL 291.9º 0.57% 0.43% -
HSV(B) 291.9º 0.73% 0.68% -
XYZ 22.27 12.12 40.7 -
YUV 93.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 156 47 173 0.10 0.73 0 0.32 291.9 0.57 0.43
Hex 9C 2F AD A 49 0 20 124 39 2B
Octal 234 57 255 12 111 0 40 444 71 53
Binary 10011100 101111 10101101 1010 1001001 0 100000 100100100 111001 101011

Color Harmonies of #9C2FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2FAD

Black with #9C2FAD

Text Example


Text Example

White with #9C2FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,47,173); }

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

background-color css

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

 a { background-color: rgb(156,47,173); }

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

border-color css

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

 span { border-color: rgb(156,47,173); }

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