Html Css Color HEX #9C3AD5 Dark Orchid

📋 copy color: '#9C3AD5'

red 156 ◦ green 58 ◦ blue 213

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

Shades of Dark Orchid #9C3AD5

Tints of Dark Orchid #9C3AD5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.58%

 BLUE value IS 213 (83.59% from 255) = 49.88%

R = 36.53%
G = 13.58%
B = 49.88%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C3AD5 (or 0x9C3AD5) is known color: Dark Orchid. HEX triplet: 9C, 3A and D5. RGB value is (156,58,213). Sum of RGB (Red+Green+Blue) = 156+58+213=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 213 (83.59% from 255 or 49.88% from 427); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C3AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3AD5 is #63C52A. Grayscale: #686868. Windows color (decimal): -6538539 or 13974172. OLE color: 13974172.

HSL color Cylindrical-coordinate representation of color #9C3AD5: hue angle of 277.94º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C3AD5 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 58 213 -
CMYK 0.27 0.73 0 0.16
HSL 277.94º 0.65% 0.53% -
HSV(B) 277.94º 0.73% 0.84% -
XYZ 27.23 14.9 64.39 -
YUV 104.97 188.97 164.4 -
System Red Green Blue C M Y K H S L
Decimal 156 58 213 0.27 0.73 0 0.16 277.94 0.65 0.53
Hex 9C 3A D5 1B 49 0 10 116 41 35
Octal 234 72 325 33 111 0 20 426 101 65
Binary 10011100 111010 11010101 11011 1001001 0 10000 100010110 1000001 110101

Color Harmonies of #9C3AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3AD5

Black with #9C3AD5

Text Example


Text Example

White with #9C3AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,58,213); }

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

background-color css

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

 a { background-color: rgb(156,58,213); }

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

border-color css

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

 span { border-color: rgb(156,58,213); }

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