Html Css Color HEX #9C2EAD Dark Orchid

📋 copy color: '#9C2EAD'

red 156 ◦ green 46 ◦ blue 173

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

Shades of Dark Orchid #9C2EAD

Tints of Dark Orchid #9C2EAD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.27%

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

R = 41.6%
G = 12.27%
B = 46.13%

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

#9C2EAD (or 0x9C2EAD) is known color: Dark Orchid. HEX triplet: 9C, 2E and AD. RGB value is (156,46,173). Sum of RGB (Red+Green+Blue) = 156+46+173=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C2EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2EAD is #63D152. Grayscale: #5C5C5C. Windows color (decimal): -6541651 or 11349660. OLE color: 11349660.

HSL color Cylindrical-coordinate representation of color #9C2EAD: hue angle of 291.97º degrees, saturation: 0.58, 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 #9C2EAD is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 46 173 -
CMYK 0.10 0.73 0 0.32
HSL 291.97º 0.58% 0.43% -
HSV(B) 291.97º 0.73% 0.68% -
XYZ 22.23 12.04 40.69 -
YUV 93.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 156 46 173 0.10 0.73 0 0.32 291.97 0.58 0.43
Hex 9C 2E AD A 49 0 20 124 3A 2B
Octal 234 56 255 12 111 0 40 444 72 53
Binary 10011100 101110 10101101 1010 1001001 0 100000 100100100 111010 101011

Color Harmonies of #9C2EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2EAD

Black with #9C2EAD

Text Example


Text Example

White with #9C2EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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