Html Css Color HEX #9C3EBA Dark Orchid

📋 copy color: '#9C3EBA'

red 156 ◦ green 62 ◦ blue 186

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

Shades of Dark Orchid #9C3EBA

Tints of Dark Orchid #9C3EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.35%

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 38.61%
G = 15.35%
B = 46.04%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C3EBA (or 0x9C3EBA) is known color: Dark Orchid. HEX triplet: 9C, 3E and BA. RGB value is (156,62,186). Sum of RGB (Red+Green+Blue) = 156+62+186=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C3EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3EBA is #63C145. Grayscale: #676767. Windows color (decimal): -6537542 or 12205724. OLE color: 12205724.

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

Color convert

RGB 156 62 186 -
CMYK 0.16 0.67 0 0.27
HSL 285.48º 0.5% 0.49% -
HSV(B) 285.48º 0.67% 0.73% -
XYZ 24.3 14.06 47.89 -
YUV 104.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 156 62 186 0.16 0.67 0 0.27 285.48 0.5 0.49
Hex 9C 3E BA 10 43 0 1B 11D 32 31
Octal 234 76 272 20 103 0 33 435 62 61
Binary 10011100 111110 10111010 10000 1000011 0 11011 100011101 110010 110001

Color Harmonies of #9C3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3EBA

Black with #9C3EBA

Text Example


Text Example

White with #9C3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,62,186); }

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

background-color css

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

 a { background-color: rgb(156,62,186); }

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

border-color css

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

 span { border-color: rgb(156,62,186); }

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