Html Css Color HEX #9C3CBA Dark Orchid

📋 copy color: '#9C3CBA'

red 156 ◦ green 60 ◦ blue 186

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

Shades of Dark Orchid #9C3CBA

Tints of Dark Orchid #9C3CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.93%

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

R = 38.81%
G = 14.93%
B = 46.27%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9C3CBA (or 0x9C3CBA) is known color: Dark Orchid. HEX triplet: 9C, 3C and BA. RGB value is (156,60,186). Sum of RGB (Red+Green+Blue) = 156+60+186=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C3CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3CBA is #63C345. Grayscale: #666666. Windows color (decimal): -6538054 or 12205212. OLE color: 12205212.

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

Color convert

RGB 156 60 186 -
CMYK 0.16 0.68 0 0.27
HSL 285.71º 0.51% 0.48% -
HSV(B) 285.71º 0.68% 0.73% -
XYZ 24.19 13.84 47.85 -
YUV 103.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 156 60 186 0.16 0.68 0 0.27 285.71 0.51 0.48
Hex 9C 3C BA 10 44 0 1B 11E 33 30
Octal 234 74 272 20 104 0 33 436 63 60
Binary 10011100 111100 10111010 10000 1000100 0 11011 100011110 110011 110000

Color Harmonies of #9C3CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3CBA

Black with #9C3CBA

Text Example


Text Example

White with #9C3CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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